#312314

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

Shades of Cocoa Brown #312314

Tints of Cocoa Brown #312314

Color information

#312314 (or 0x312314) is unknown color: approx Cocoa Brown. HEX triplet: 31, 23 and 14. RGB value is (49,35,20). Sum of RGB (Red+Green+Blue) = 49+35+20=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312314 is #CEDCEB. Grayscale: #252525. Windows color (decimal): -13556972 or 1319729. OLE color: 1319729.

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

Color convert

RGB493520-
CMYK00.290.590.81
HSL31.03º42.03%13.53%-
HSV(B)31.03º59.18%19.22%-
XYZ1.991.910.92-
YUV37.48118.14136.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=47.12%
G=33.65%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49352000.290.590.8131.0342.0313.53
Hex31231401D3B511f2ae
Octal61432403573121375216
Binary110001100011101000111011110111010001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312314; }

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

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

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

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

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

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

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

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