#390D06

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

Shades of Seal Brown #390D06

Tints of Seal Brown #390D06

Color information

#390D06 (or 0x390D06) is unknown color: approx Seal Brown. HEX triplet: 39, 0D and 06. RGB value is (57,13,6). Sum of RGB (Red+Green+Blue) = 57+13+6=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D06 is #C6F2F9. Grayscale: #191919. Windows color (decimal): -13038330 or 396601. OLE color: 396601.

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

Color convert

RGB57136-
CMYK00.770.890.78
HSL8.24º80.95%12.35%-
HSV(B)8.24º89.47%22.35%-
XYZ1.861.170.3-
YUV25.36117.08150.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=75%
G=17.11%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713600.770.890.788.2480.9512.35
Hex39D604D594E851c
Octal7115601151311161012114
Binary11100111011100100110110110011001110100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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