#311906

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

Shades of Cocoa Brown #311906

Tints of Cocoa Brown #311906

Color information

#311906 (or 0x311906) is unknown color: approx Cocoa Brown. HEX triplet: 31, 19 and 06. RGB value is (49,25,6). Sum of RGB (Red+Green+Blue) = 49+25+6=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #311906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311906 is #CEE6F9. Grayscale: #1E1E1E. Windows color (decimal): -13559546 or 399665. OLE color: 399665.

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

Color convert

RGB49256-
CMYK00.490.880.81
HSL26.51º78.18%10.78%-
HSV(B)26.51º87.76%19.22%-
XYZ1.651.360.35-
YUV30.01114.45141.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=61.25%
G=31.25%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4925600.490.880.8126.5178.1810.78
Hex3119603158511b4eb
Octal613160611301213311613
Binary110001110011100110001101100010100011101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311906; }

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

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

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

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

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

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

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

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