#312415

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

Shades of Cocoa Brown #312415

Tints of Cocoa Brown #312415

Color information

#312415 (or 0x312415) is unknown color: approx Cocoa Brown. HEX triplet: 31, 24 and 15. RGB value is (49,36,21). Sum of RGB (Red+Green+Blue) = 49+36+21=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312415 is #CEDBEA. Grayscale: #262626. Windows color (decimal): -13556715 or 1385521. OLE color: 1385521.

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

Color convert

RGB493621-
CMYK00.270.570.81
HSL32.14º40%13.73%-
HSV(B)32.14º57.14%19.22%-
XYZ2.031.970.98-
YUV38.18118.31135.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=46.23%
G=33.96%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49362100.270.570.8132.144013.73
Hex31241501B39512028e
Octal61442503371121405016
Binary1100011001001010101101111100110100011000001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312415; }

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

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

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

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

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

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

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

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