#312116

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

Shades of Cocoa Brown #312116

Tints of Cocoa Brown #312116

Color information

#312116 (or 0x312116) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 16. RGB value is (49,33,22). Sum of RGB (Red+Green+Blue) = 49+33+22=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312116 is #CEDEE9. Grayscale: #242424. Windows color (decimal): -13557482 or 1450289. OLE color: 1450289.

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

Color convert

RGB493322-
CMYK00.330.550.81
HSL24.44º38.03%13.92%-
HSV(B)24.44º55.1%19.22%-
XYZ1.961.81-
YUV36.53119.8136.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=47.12%
G=31.73%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49332200.330.550.8124.4438.0313.92
Hex31211602137511826e
Octal61412604167121304616
Binary1100011000011011001000011101111010001110001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312116; }

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

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

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

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

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

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

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

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