Shades of Cocoa Brown #311B05
Tints of Cocoa Brown #311B05
RGB
CMYK
RGB Variations
Color information
#311B05 (or 0x311B05) is known color: Cocoa Brown. HEX triplet: 31, 1B and 05. RGB value is (49,27,5). Sum of RGB (Red+Green+Blue) = 49+27+5=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B05 is #CEE4FA. Grayscale: #1F1F1F. Windows color (decimal): -13559035 or 334641. OLE color: 334641.
HSL color Cylindrical-coordinate representation of color #311B05: hue angle of 30º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311B05 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 5 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.81 |
| HSL | 30º | 0.81% | 0.11% | - |
| HSV(B) | 30º | 0.9% | 0.19% | - |
| XYZ | 1.69 | 1.45 | 0.33 | - |
| YUV | 31.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 5 | 0 | 0.45 | 0.90 | 0.81 | 30 | 0.81 | 0.11 |
| Hex | 31 | 1B | 5 | 0 | 2D | 5A | 51 | 1E | 51 | B |
| Octal | 61 | 33 | 5 | 0 | 55 | 132 | 121 | 36 | 121 | 13 |
| Binary | 110001 | 11011 | 101 | 0 | 101101 | 1011010 | 1010001 | 11110 | 1010001 | 1011 |
Color Harmonies of #311B05
Complementary color
Monochromatic Colors of #311B05
Black with #311B05
Text Example
Text Example
White with #311B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B05; }
p { color: rgb(49,27,5); }
H1.HeaderClassName
{
color: #311B05;
}
.AnyTagClassName
{
color: #311B05;
}
</style>
background-color css
<style>
a { background-color: #311B05; }
a { background-color: rgb(49,27,5); }
div.DivClassName
{
background-color: #311B05;
}
.BgClassName
{
background-color: #311B05;
}
</style>
border-color css
<style>
span { border-color: #311B05; }
span { border-color: rgb(49,27,5); }
td.TdClassName
{
border-color: #311B05;
}
.TagClassName
{
border-color: #311B05;
}
</style>