#312009

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

Shades of Cocoa Brown #312009

Tints of Cocoa Brown #312009

Color information

#312009 (or 0x312009) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 09. RGB value is (49,32,9). Sum of RGB (Red+Green+Blue) = 49+32+9=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #312009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312009 is #CEDFF6. Grayscale: #222222. Windows color (decimal): -13557751 or 598065. OLE color: 598065.

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

Color convert

RGB49329-
CMYK00.350.820.81
HSL34.5º68.97%11.37%-
HSV(B)34.5º81.63%19.22%-
XYZ1.831.710.49-
YUV34.46113.63138.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 9 (3.91% from 255) = 10%
R=54.44%
G=35.56%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4932900.350.820.8134.568.9711.37
Hex3120902352512345b
Octal6140110431221214310513
Binary110001100000100101000111010010101000110001110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312009; }

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

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

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

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

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

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

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

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