#392008

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

Shades of Cocoa Brown #392008

Tints of Cocoa Brown #392008

Color information

#392008 (or 0x392008) is unknown color: approx Cocoa Brown. HEX triplet: 39, 20 and 08. RGB value is (57,32,8). Sum of RGB (Red+Green+Blue) = 57+32+8=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #392008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392008 is #C6DFF7. Grayscale: #242424. Windows color (decimal): -13033464 or 532537. OLE color: 532537.

HSL color Cylindrical-coordinate representation of color #392008: hue angle of 29.39º 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 #392008 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57328-
CMYK00.440.860.78
HSL29.39º75.38%12.75%-
HSV(B)29.39º85.96%22.35%-
XYZ2.251.920.48-
YUV36.74111.78142.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=58.76%
G=32.99%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5732800.440.860.7829.3975.3812.75
Hex3920802C564E1d4bd
Octal7140100541261163511315
Binary11100110000010000101100101011010011101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392008; }

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

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

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

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

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

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

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

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