#390F03

Color #390F03 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #390F03

Tints of Seal Brown #390F03

Color information

#390F03 (or 0x390F03) is unknown color: approx Seal Brown. HEX triplet: 39, 0F and 03. RGB value is (57,15,3). Sum of RGB (Red+Green+Blue) = 57+15+3=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #390F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F03 is #C6F0FC. Grayscale: #1A1A1A. Windows color (decimal): -13037821 or 200505. OLE color: 200505.

HSL color Cylindrical-coordinate representation of color #390F03: hue angle of 13.33º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390F03 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB57153-
CMYK00.740.950.78
HSL13.33º90%11.76%-
HSV(B)13.33º94.74%22.35%-
XYZ1.871.220.22-
YUV26.19114.91149.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 76%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 3 (1.56% from 255) = 4%
R=76%
G=20%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5715300.740.950.7813.339011.76
Hex39F304A5F4Ed5ac
Octal7117301121371161513214
Binary1110011111110100101010111111001110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390F03; }

 p { color: rgb(57,15,3); }

 H1.HeaderClassName
 {
   color: #390F03;
 }
 .AnyTagClassName
 {
   color: #390F03;
 }
</style>
background-color css

<style>
 a { background-color: #390F03; }

 a { background-color: rgb(57,15,3); }

 div.DivClassName
 {
   background-color: #390F03;
 }
 .BgClassName
 {
   background-color: #390F03;
 }
</style>
border-color css

<style>
 span { border-color: #390F03; }

 span { border-color: rgb(57,15,3); }

 td.TdClassName
 {
   border-color: #390F03;
 }
 .TagClassName
 {
   border-color: #390F03;
 }
</style>