#390E03

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

Shades of Seal Brown #390E03

Tints of Seal Brown #390E03

Color information

#390E03 (or 0x390E03) is unknown color: approx Seal Brown. HEX triplet: 39, 0E and 03. RGB value is (57,14,3). Sum of RGB (Red+Green+Blue) = 57+14+3=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E03 is #C6F1FC. Grayscale: #191919. Windows color (decimal): -13038077 or 200249. OLE color: 200249.

HSL color Cylindrical-coordinate representation of color #390E03: hue angle of 12.22º 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 #390E03 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB57143-
CMYK00.750.950.78
HSL12.22º90%11.76%-
HSV(B)12.22º94.74%22.35%-
XYZ1.861.190.22-
YUV25.6115.25150.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 77.03%
GREEN value IS 14 (5.86% from 255) = 18.92%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=77.03%
G=18.92%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5714300.750.950.7812.229011.76
Hex39E304B5F4Ec5ac
Octal7116301131371161413214
Binary1110011110110100101110111111001110110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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