#312214

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

Shades of Cocoa Brown #312214

Tints of Cocoa Brown #312214

Color information

#312214 (or 0x312214) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 14. RGB value is (49,34,20). Sum of RGB (Red+Green+Blue) = 49+34+20=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312214 is #CEDDEB. Grayscale: #242424. Windows color (decimal): -13557228 or 1319473. OLE color: 1319473.

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

Color convert

RGB493420-
CMYK00.310.590.81
HSL28.97º42.03%13.53%-
HSV(B)28.97º59.18%19.22%-
XYZ1.961.850.91-
YUV36.89118.47136.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=47.57%
G=33.01%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49342000.310.590.8128.9742.0313.53
Hex31221401F3B511d2ae
Octal61422403773121355216
Binary110001100010101000111111110111010001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312214; }

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

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

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

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

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

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

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

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