#312211

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

Shades of Cocoa Brown #312211

Tints of Cocoa Brown #312211

Color information

#312211 (or 0x312211) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 11. RGB value is (49,34,17). Sum of RGB (Red+Green+Blue) = 49+34+17=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #312211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312211 is #CEDDEE. Grayscale: #242424. Windows color (decimal): -13557231 or 1122865. OLE color: 1122865.

HSL color Cylindrical-coordinate representation of color #312211: hue angle of 31.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312211 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB493417-
CMYK00.310.650.81
HSL31.88º48.48%12.94%-
HSV(B)31.88º65.31%19.22%-
XYZ1.941.840.78-
YUV36.55116.97136.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 17 (7.03% from 255) = 17%
R=49%
G=34%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49341700.310.650.8131.8848.4812.94
Hex31221101F41512030d
Octal614221037101121406015
Binary11000110001010001011111100000110100011000001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312211; }

 p { color: rgb(49,34,17); }

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

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

 a { background-color: rgb(49,34,17); }

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

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

 span { border-color: rgb(49,34,17); }

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