Shades of Cocoa Brown #311F04
Tints of Cocoa Brown #311F04
RGB
CMYK
RGB Variations
Color information
#311F04 (or 0x311F04) is known color: Cocoa Brown. HEX triplet: 31, 1F and 04. RGB value is (49,31,4). Sum of RGB (Red+Green+Blue) = 49+31+4=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F04 is #CEE0FB. Grayscale: #212121. Windows color (decimal): -13558012 or 270129. OLE color: 270129.
HSL color Cylindrical-coordinate representation of color #311F04: hue angle of 36º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #311F04 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 4 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.81 |
| HSL | 36º | 0.85% | 0.1% | - |
| HSV(B) | 36º | 0.92% | 0.19% | - |
| XYZ | 1.78 | 1.64 | 0.34 | - |
| YUV | 33.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 4 | 0 | 0.37 | 0.92 | 0.81 | 36 | 0.85 | 0.1 |
| Hex | 31 | 1F | 4 | 0 | 25 | 5C | 51 | 24 | 55 | A |
| Octal | 61 | 37 | 4 | 0 | 45 | 134 | 121 | 44 | 125 | 12 |
| Binary | 110001 | 11111 | 100 | 0 | 100101 | 1011100 | 1010001 | 100100 | 1010101 | 1010 |
Color Harmonies of #311F04
Complementary color
Monochromatic Colors of #311F04
Black with #311F04
Text Example
Text Example
White with #311F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F04; }
p { color: rgb(49,31,4); }
H1.HeaderClassName
{
color: #311F04;
}
.AnyTagClassName
{
color: #311F04;
}
</style>
background-color css
<style>
a { background-color: #311F04; }
a { background-color: rgb(49,31,4); }
div.DivClassName
{
background-color: #311F04;
}
.BgClassName
{
background-color: #311F04;
}
</style>
border-color css
<style>
span { border-color: #311F04; }
span { border-color: rgb(49,31,4); }
td.TdClassName
{
border-color: #311F04;
}
.TagClassName
{
border-color: #311F04;
}
</style>