#312418

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

Shades of Cocoa Brown #312418

Tints of Cocoa Brown #312418

Color information

#312418 (or 0x312418) is unknown color: approx Cocoa Brown. HEX triplet: 31, 24 and 18. RGB value is (49,36,24). Sum of RGB (Red+Green+Blue) = 49+36+24=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312418 is #CEDBE7. Grayscale: #262626. Windows color (decimal): -13556712 or 1582129. OLE color: 1582129.

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

Color convert

RGB493624-
CMYK00.270.510.81
HSL28.8º34.25%14.31%-
HSV(B)28.8º51.02%19.22%-
XYZ2.061.981.14-
YUV38.52119.81135.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=44.95%
G=33.03%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49362400.270.510.8128.834.2514.31
Hex31241801B33511d22e
Octal61443003363121354216
Binary110001100100110000110111100111010001111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312418; }

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

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

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

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

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

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

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

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