#312111

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

Shades of Cocoa Brown #312111

Tints of Cocoa Brown #312111

Color information

#312111 (or 0x312111) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 11. RGB value is (49,33,17). Sum of RGB (Red+Green+Blue) = 49+33+17=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312111 is #CEDEEE. Grayscale: #242424. Windows color (decimal): -13557487 or 1122609. OLE color: 1122609.

HSL color Cylindrical-coordinate representation of color #312111: hue angle of 30º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312111 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB493317-
CMYK00.330.650.81
HSL30º48.48%12.94%-
HSV(B)30º65.31%19.22%-
XYZ1.911.780.77-
YUV35.96117.3137.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=49.49%
G=33.33%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49331700.330.650.813048.4812.94
Hex31211102141511e30d
Octal614121041101121366015
Binary11000110000110001010000110000011010001111101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312111; }

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

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

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

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

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

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

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

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