#312316

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

Shades of Cocoa Brown #312316

Tints of Cocoa Brown #312316

Color information

#312316 (or 0x312316) is unknown color: approx Cocoa Brown. HEX triplet: 31, 23 and 16. RGB value is (49,35,22). Sum of RGB (Red+Green+Blue) = 49+35+22=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312316 is #CEDCE9. Grayscale: #252525. Windows color (decimal): -13556970 or 1450801. OLE color: 1450801.

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

Color convert

RGB493522-
CMYK00.290.550.81
HSL28.89º38.03%13.92%-
HSV(B)28.89º55.1%19.22%-
XYZ2.011.911.02-
YUV37.7119.14136.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=46.23%
G=33.02%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49352200.290.550.8128.8938.0313.92
Hex31231601D37511d26e
Octal61432603567121354616
Binary110001100011101100111011101111010001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312316; }

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

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

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

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

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

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

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

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