#312015

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

Shades of Cocoa Brown #312015

Tints of Cocoa Brown #312015

Color information

#312015 (or 0x312015) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 15. RGB value is (49,32,21). Sum of RGB (Red+Green+Blue) = 49+32+21=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312015 is #CEDFEA. Grayscale: #232323. Windows color (decimal): -13557739 or 1384497. OLE color: 1384497.

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

Color convert

RGB493221-
CMYK00.350.570.81
HSL23.57º40%13.73%-
HSV(B)23.57º57.14%19.22%-
XYZ1.921.740.94-
YUV35.83119.63137.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=48.04%
G=31.37%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49322100.350.570.8123.574013.73
Hex31201502339511828e
Octal61402504371121305016
Binary1100011000001010101000111110011010001110001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312015; }

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

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

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

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

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

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

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

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