#312109

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

Shades of Cocoa Brown #312109

Tints of Cocoa Brown #312109

Color information

#312109 (or 0x312109) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 09. RGB value is (49,33,9). Sum of RGB (Red+Green+Blue) = 49+33+9=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #312109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312109 is #CEDEF6. Grayscale: #232323. Windows color (decimal): -13557495 or 598321. OLE color: 598321.

HSL color Cylindrical-coordinate representation of color #312109: hue angle of 36º 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 #312109 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49339-
CMYK00.330.820.81
HSL36º68.97%11.37%-
HSV(B)36º81.63%19.22%-
XYZ1.861.760.5-
YUV35.05113.3137.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 9 (3.91% from 255) = 9.89%
R=53.85%
G=36.26%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4933900.330.820.813668.9711.37
Hex3121902152512445b
Octal6141110411221214410513
Binary110001100001100101000011010010101000110010010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312109; }

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

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

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

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

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

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

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

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