#312004

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

Shades of Cocoa Brown #312004

Tints of Cocoa Brown #312004

Color information

#312004 (or 0x312004) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 04. RGB value is (49,32,4). Sum of RGB (Red+Green+Blue) = 49+32+4=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #312004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312004 is #CEDFFB. Grayscale: #222222. Windows color (decimal): -13557756 or 270385. OLE color: 270385.

HSL color Cylindrical-coordinate representation of color #312004: hue angle of 37.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #312004 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49324-
CMYK00.350.920.81
HSL37.33º84.91%10.39%-
HSV(B)37.33º91.84%19.22%-
XYZ1.811.690.35-
YUV33.89111.13138.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=57.65%
G=37.65%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4932400.350.920.8137.3384.9110.39
Hex312040235C512555a
Octal614040431341214512512
Binary11000110000010001000111011100101000110010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312004; }

 p { color: rgb(49,32,4); }

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

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

 a { background-color: rgb(49,32,4); }

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

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

 span { border-color: rgb(49,32,4); }

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