#312014

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

Shades of Cocoa Brown #312014

Tints of Cocoa Brown #312014

Color information

#312014 (or 0x312014) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 14. RGB value is (49,32,20). Sum of RGB (Red+Green+Blue) = 49+32+20=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #312014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312014 is #CEDFEB. Grayscale: #232323. Windows color (decimal): -13557740 or 1318961. OLE color: 1318961.

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

Color convert

RGB493220-
CMYK00.350.590.81
HSL24.83º42.03%13.53%-
HSV(B)24.83º59.18%19.22%-
XYZ1.911.740.9-
YUV35.72119.13137.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=48.51%
G=31.68%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49322000.350.590.8124.8342.0313.53
Hex3120140233B51192ae
Octal61402404373121315216
Binary1100011000001010001000111110111010001110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312014; }

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

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

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

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

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

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

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

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