#312114

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

Shades of Cocoa Brown #312114

Tints of Cocoa Brown #312114

Color information

#312114 (or 0x312114) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 14. RGB value is (49,33,20). Sum of RGB (Red+Green+Blue) = 49+33+20=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312114 is #CEDEEB. Grayscale: #242424. Windows color (decimal): -13557484 or 1319217. OLE color: 1319217.

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

Color convert

RGB493320-
CMYK00.330.590.81
HSL26.9º42.03%13.53%-
HSV(B)26.9º59.18%19.22%-
XYZ1.941.790.91-
YUV36.3118.8137.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=48.04%
G=32.35%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49332000.330.590.8126.942.0313.53
Hex3121140213B511b2ae
Octal61412404173121335216
Binary1100011000011010001000011110111010001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312114; }

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

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

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

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

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

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

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

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