#312317

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

Shades of Cocoa Brown #312317

Tints of Cocoa Brown #312317

Color information

#312317 (or 0x312317) is unknown color: approx Cocoa Brown. HEX triplet: 31, 23 and 17. RGB value is (49,35,23). Sum of RGB (Red+Green+Blue) = 49+35+23=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312317 is #CEDCE8. Grayscale: #252525. Windows color (decimal): -13556969 or 1516337. OLE color: 1516337.

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

Color convert

RGB493523-
CMYK00.290.530.81
HSL27.69º36.11%14.12%-
HSV(B)27.69º53.06%19.22%-
XYZ2.021.921.07-
YUV37.82119.64135.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 23 (9.38% from 255) = 21.50%
R=45.79%
G=32.71%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49352300.290.530.8127.6936.1114.12
Hex31231701D35511c24e
Octal61432703565121344416
Binary110001100011101110111011101011010001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312317; }

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

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

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

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

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

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

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

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