#312008

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

Shades of Cocoa Brown #312008

Tints of Cocoa Brown #312008

Color information

#312008 (or 0x312008) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 08. RGB value is (49,32,8). Sum of RGB (Red+Green+Blue) = 49+32+8=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #312008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312008 is #CEDFF7. Grayscale: #222222. Windows color (decimal): -13557752 or 532529. OLE color: 532529.

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

Color convert

RGB49328-
CMYK00.350.840.81
HSL35.12º71.93%11.18%-
HSV(B)35.12º83.67%19.22%-
XYZ1.831.70.46-
YUV34.35113.13138.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=55.06%
G=35.96%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4932800.350.840.8135.1271.9311.18
Hex3120802354512348b
Octal6140100431241214311013
Binary110001100000100001000111010100101000110001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312008; }

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

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

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

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

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

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

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

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