Shades of Cocoa Brown #311E08
Tints of Cocoa Brown #311E08
RGB
CMYK
RGB Variations
Color information
#311E08 (or 0x311E08) is known color: Cocoa Brown. HEX triplet: 31, 1E and 08. RGB value is (49,30,8). Sum of RGB (Red+Green+Blue) = 49+30+8=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E08 is #CEE1F7. Grayscale: #212121. Windows color (decimal): -13558264 or 532017. OLE color: 532017.
HSL color Cylindrical-coordinate representation of color #311E08: hue angle of 32.2º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311E08 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 8 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.81 |
| HSL | 32.2º | 0.72% | 0.11% | - |
| HSV(B) | 32.2º | 0.84% | 0.19% | - |
| XYZ | 1.77 | 1.6 | 0.44 | - |
| YUV | 33.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 8 | 0 | 0.39 | 0.84 | 0.81 | 32.2 | 0.72 | 0.11 |
| Hex | 31 | 1E | 8 | 0 | 27 | 54 | 51 | 20 | 48 | B |
| Octal | 61 | 36 | 10 | 0 | 47 | 124 | 121 | 40 | 110 | 13 |
| Binary | 110001 | 11110 | 1000 | 0 | 100111 | 1010100 | 1010001 | 100000 | 1001000 | 1011 |
Color Harmonies of #311E08
Complementary color
Monochromatic Colors of #311E08
Black with #311E08
Text Example
Text Example
White with #311E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E08; }
p { color: rgb(49,30,8); }
H1.HeaderClassName
{
color: #311E08;
}
.AnyTagClassName
{
color: #311E08;
}
</style>
background-color css
<style>
a { background-color: #311E08; }
a { background-color: rgb(49,30,8); }
div.DivClassName
{
background-color: #311E08;
}
.BgClassName
{
background-color: #311E08;
}
</style>
border-color css
<style>
span { border-color: #311E08; }
span { border-color: rgb(49,30,8); }
td.TdClassName
{
border-color: #311E08;
}
.TagClassName
{
border-color: #311E08;
}
</style>