#312106

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

Shades of Cocoa Brown #312106

Tints of Cocoa Brown #312106

Color information

#312106 (or 0x312106) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 06. RGB value is (49,33,6). Sum of RGB (Red+Green+Blue) = 49+33+6=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #312106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312106 is #CEDEF9. Grayscale: #222222. Windows color (decimal): -13557498 or 401713. OLE color: 401713.

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

Color convert

RGB49336-
CMYK00.330.880.81
HSL37.67º78.18%10.78%-
HSV(B)37.67º87.76%19.22%-
XYZ1.841.750.41-
YUV34.71111.8138.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=55.68%
G=37.5%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4933600.330.880.8137.6778.1810.78
Hex312160215851264eb
Octal614160411301214611613
Binary11000110000111001000011011000101000110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312106; }

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

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

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

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

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

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

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

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