#312117

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

Shades of Cocoa Brown #312117

Tints of Cocoa Brown #312117

Color information

#312117 (or 0x312117) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 17. RGB value is (49,33,23). Sum of RGB (Red+Green+Blue) = 49+33+23=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312117 is #CEDEE8. Grayscale: #242424. Windows color (decimal): -13557481 or 1515825. OLE color: 1515825.

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

Color convert

RGB493323-
CMYK00.330.530.81
HSL23.08º36.11%14.12%-
HSV(B)23.08º53.06%19.22%-
XYZ1.971.81.05-
YUV36.64120.3136.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=46.67%
G=31.43%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49332300.330.530.8123.0836.1114.12
Hex31211702135511724e
Octal61412704165121274416
Binary1100011000011011101000011101011010001101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312117; }

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

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

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

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

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

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

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

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