#390D08

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

Shades of Seal Brown #390D08

Tints of Seal Brown #390D08

Color information

#390D08 (or 0x390D08) is unknown color: approx Seal Brown. HEX triplet: 39, 0D and 08. RGB value is (57,13,8). Sum of RGB (Red+Green+Blue) = 57+13+8=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D08 is #C6F2F7. Grayscale: #191919. Windows color (decimal): -13038328 or 527673. OLE color: 527673.

HSL color Cylindrical-coordinate representation of color #390D08: hue angle of 6.12º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390D08 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57138-
CMYK00.770.860.78
HSL6.12º75.38%12.75%-
HSV(B)6.12º85.96%22.35%-
XYZ1.881.180.36-
YUV25.59118.08150.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=73.08%
G=16.67%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713800.770.860.786.1275.3812.75
Hex39D804D564E64bd
Octal7115100115126116611315
Binary11100111011000010011011010110100111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,13,8); }

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

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

 a { background-color: rgb(57,13,8); }

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

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

 span { border-color: rgb(57,13,8); }

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