#312517

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

Shades of Cocoa Brown #312517

Tints of Cocoa Brown #312517

Color information

#312517 (or 0x312517) is unknown color: approx Cocoa Brown. HEX triplet: 31, 25 and 17. RGB value is (49,37,23). Sum of RGB (Red+Green+Blue) = 49+37+23=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312517 is #CEDAE8. Grayscale: #272727. Windows color (decimal): -13556457 or 1516849. OLE color: 1516849.

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

Color convert

RGB493723-
CMYK00.240.530.81
HSL32.31º36.11%14.12%-
HSV(B)32.31º53.06%19.22%-
XYZ2.082.041.09-
YUV38.99118.98135.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 23 (9.38% from 255) = 21.10%
R=44.95%
G=33.94%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49372300.240.530.8132.3136.1114.12
Hex31251701835512024e
Octal61452703065121404416
Binary1100011001011011101100011010110100011000001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312517; }

 p { color: rgb(49,37,23); }

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

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

 a { background-color: rgb(49,37,23); }

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

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

 span { border-color: rgb(49,37,23); }

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