#312720

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

Shades of Cocoa Brown #312720

Tints of Cocoa Brown #312720

Color information

#312720 (or 0x312720) is unknown color: approx Cocoa Brown. HEX triplet: 31, 27 and 20. RGB value is (49,39,32). Sum of RGB (Red+Green+Blue) = 49+39+32=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312720 is #CED8DF. Grayscale: #292929. Windows color (decimal): -13555936 or 2107185. OLE color: 2107185.

HSL color Cylindrical-coordinate representation of color #312720: hue angle of 24.71º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #312720 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB493932-
CMYK00.200.350.81
HSL24.71º20.99%15.88%-
HSV(B)24.71º34.69%19.22%-
XYZ2.252.211.67-
YUV41.19122.81133.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=40.83%
G=32.5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49393200.200.350.8124.7120.9915.88
Hex3127200142351191510
Octal61474002443121312520
Binary1100011001111000000101001000111010001110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312720; }

 p { color: rgb(49,39,32); }

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

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

 a { background-color: rgb(49,39,32); }

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

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

 span { border-color: rgb(49,39,32); }

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