#312115

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

Shades of Cocoa Brown #312115

Tints of Cocoa Brown #312115

Color information

#312115 (or 0x312115) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 15. RGB value is (49,33,21). Sum of RGB (Red+Green+Blue) = 49+33+21=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312115 is #CEDEEA. Grayscale: #242424. Windows color (decimal): -13557483 or 1384753. OLE color: 1384753.

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

Color convert

RGB493321-
CMYK00.330.570.81
HSL25.71º40%13.73%-
HSV(B)25.71º57.14%19.22%-
XYZ1.951.790.95-
YUV36.42119.3136.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=47.57%
G=32.04%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49332100.330.570.8125.714013.73
Hex31211502139511a28e
Octal61412504171121325016
Binary1100011000011010101000011110011010001110101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312115; }

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

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

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

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

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

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

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

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