#312218

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

Shades of Cocoa Brown #312218

Tints of Cocoa Brown #312218

Color information

#312218 (or 0x312218) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 18. RGB value is (49,34,24). Sum of RGB (Red+Green+Blue) = 49+34+24=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312218 is #CEDDE7. Grayscale: #252525. Windows color (decimal): -13557224 or 1581617. OLE color: 1581617.

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

Color convert

RGB493424-
CMYK00.310.510.81
HSL24º34.25%14.31%-
HSV(B)24º51.02%19.22%-
XYZ21.861.12-
YUV37.34120.47136.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=45.79%
G=31.78%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49342400.310.510.812434.2514.31
Hex31221801F33511822e
Octal61423003763121304216
Binary110001100010110000111111100111010001110001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312218; }

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

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

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

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

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

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

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

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