Shades of Cocoa Brown #311700
Tints of Cocoa Brown #311700
RGB
CMYK
RGB Variations
Color information
#311700 (or 0x311700) is known color: Cocoa Brown. HEX triplet: 31, 17 and 00. RGB value is (49,23,0). Sum of RGB (Red+Green+Blue) = 49+23+0=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311700 is #CEE8FF. Grayscale: #1C1C1C. Windows color (decimal): -13560064 or 5937. OLE color: 5937.
HSL color Cylindrical-coordinate representation of color #311700: hue angle of 28.16º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #311700 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 23 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.81 |
| HSL | 28.16º | 1% | 0.1% | - |
| HSV(B) | 28.16º | 1% | 0.19% | - |
| XYZ | 1.57 | 1.27 | 0.16 | - |
| YUV | 28.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 0 | 0 | 0.53 | 1 | 0.81 | 28.16 | 1 | 0.1 |
| Hex | 31 | 17 | 0 | 0 | 35 | 64 | 51 | 1C | 64 | A |
| Octal | 61 | 27 | 0 | 0 | 65 | 144 | 121 | 34 | 144 | 12 |
| Binary | 110001 | 10111 | 0 | 0 | 110101 | 1100100 | 1010001 | 11100 | 1100100 | 1010 |
Color Harmonies of #311700
Complementary color
Monochromatic Colors of #311700
Black with #311700
Text Example
Text Example
White with #311700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311700; }
p { color: rgb(49,23,0); }
H1.HeaderClassName
{
color: #311700;
}
.AnyTagClassName
{
color: #311700;
}
</style>
background-color css
<style>
a { background-color: #311700; }
a { background-color: rgb(49,23,0); }
div.DivClassName
{
background-color: #311700;
}
.BgClassName
{
background-color: #311700;
}
</style>
border-color css
<style>
span { border-color: #311700; }
span { border-color: rgb(49,23,0); }
td.TdClassName
{
border-color: #311700;
}
.TagClassName
{
border-color: #311700;
}
</style>