#312212

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

Shades of Cocoa Brown #312212

Tints of Cocoa Brown #312212

Color information

#312212 (or 0x312212) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 12. RGB value is (49,34,18). Sum of RGB (Red+Green+Blue) = 49+34+18=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #312212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312212 is #CEDDED. Grayscale: #242424. Windows color (decimal): -13557230 or 1188401. OLE color: 1188401.

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

Color convert

RGB493418-
CMYK00.310.630.81
HSL30.97º46.27%13.14%-
HSV(B)30.97º63.27%19.22%-
XYZ1.951.840.82-
YUV36.66117.47136.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=48.51%
G=33.66%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49341800.310.630.8130.9746.2713.14
Hex31221201F3F511f2ed
Octal61422203777121375615
Binary110001100010100100111111111111010001111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312212; }

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

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

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

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

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

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

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

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