Shades of Cocoa Brown #311E0D
Tints of Cocoa Brown #311E0D
RGB
CMYK
RGB Variations
Color information
#311E0D (or 0x311E0D) is known color: Cocoa Brown. HEX triplet: 31, 1E and 0D. RGB value is (49,30,13). Sum of RGB (Red+Green+Blue) = 49+30+13=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E0D is #CEE1F2. Grayscale: #212121. Windows color (decimal): -13558259 or 859697. OLE color: 859697.
HSL color Cylindrical-coordinate representation of color #311E0D: hue angle of 28.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311E0D is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 13 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.81 |
| HSL | 28.33º | 0.58% | 0.12% | - |
| HSV(B) | 28.33º | 0.73% | 0.19% | - |
| XYZ | 1.8 | 1.61 | 0.6 | - |
| YUV | 33.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 13 | 0 | 0.39 | 0.73 | 0.81 | 28.33 | 0.58 | 0.12 |
| Hex | 31 | 1E | D | 0 | 27 | 49 | 51 | 1C | 3A | C |
| Octal | 61 | 36 | 15 | 0 | 47 | 111 | 121 | 34 | 72 | 14 |
| Binary | 110001 | 11110 | 1101 | 0 | 100111 | 1001001 | 1010001 | 11100 | 111010 | 1100 |
Color Harmonies of #311E0D
Complementary color
Monochromatic Colors of #311E0D
Black with #311E0D
Text Example
Text Example
White with #311E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E0D; }
p { color: rgb(49,30,13); }
H1.HeaderClassName
{
color: #311E0D;
}
.AnyTagClassName
{
color: #311E0D;
}
</style>
background-color css
<style>
a { background-color: #311E0D; }
a { background-color: rgb(49,30,13); }
div.DivClassName
{
background-color: #311E0D;
}
.BgClassName
{
background-color: #311E0D;
}
</style>
border-color css
<style>
span { border-color: #311E0D; }
span { border-color: rgb(49,30,13); }
td.TdClassName
{
border-color: #311E0D;
}
.TagClassName
{
border-color: #311E0D;
}
</style>