#312210

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

Shades of Cocoa Brown #312210

Tints of Cocoa Brown #312210

Color information

#312210 (or 0x312210) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 10. RGB value is (49,34,16). Sum of RGB (Red+Green+Blue) = 49+34+16=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312210 is #CEDDEF. Grayscale: #242424. Windows color (decimal): -13557232 or 1057329. OLE color: 1057329.

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

Color convert

RGB493416-
CMYK00.310.670.81
HSL32.73º50.77%12.75%-
HSV(B)32.73º67.35%19.22%-
XYZ1.931.830.74-
YUV36.43116.47136.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=49.49%
G=34.34%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49341600.310.670.8132.7350.7712.75
Hex31221001F43512133d
Octal614220037103121416315
Binary11000110001010000011111100001110100011000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312210; }

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

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

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

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

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

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

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

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