#312012

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

Shades of Cocoa Brown #312012

Tints of Cocoa Brown #312012

Color information

#312012 (or 0x312012) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 12. RGB value is (49,32,18). Sum of RGB (Red+Green+Blue) = 49+32+18=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312012 is #CEDFED. Grayscale: #232323. Windows color (decimal): -13557742 or 1187889. OLE color: 1187889.

HSL color Cylindrical-coordinate representation of color #312012: hue angle of 27.1º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312012 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB493218-
CMYK00.350.630.81
HSL27.1º46.27%13.14%-
HSV(B)27.1º63.27%19.22%-
XYZ1.891.730.81-
YUV35.49118.13137.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=49.49%
G=32.32%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49321800.350.630.8127.146.2713.14
Hex3120120233F511b2ed
Octal61402204377121335615
Binary1100011000001001001000111111111010001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312012; }

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

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

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

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

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

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

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

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