#311E06

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

Shades of Cocoa Brown #311E06

Tints of Cocoa Brown #311E06

Color information

#311E06 (or 0x311E06) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1E and 06. RGB value is (49,30,6). Sum of RGB (Red+Green+Blue) = 49+30+6=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #311E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E06 is #CEE1F9. Grayscale: #212121. Windows color (decimal): -13558266 or 400945. OLE color: 400945.

HSL color Cylindrical-coordinate representation of color #311E06: hue angle of 33.49º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311E06 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB49306-
CMYK00.390.880.81
HSL33.49º78.18%10.78%-
HSV(B)33.49º87.76%19.22%-
XYZ1.761.590.39-
YUV32.94112.79139.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 6 (2.73% from 255) = 7.06%
R=57.65%
G=35.29%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4930600.390.880.8133.4978.1810.78
Hex311E60275851214eb
Octal613660471301214111613
Binary1100011111011001001111011000101000110000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E06; }

 p { color: rgb(49,30,6); }

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

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

 a { background-color: rgb(49,30,6); }

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

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

 span { border-color: rgb(49,30,6); }

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