Shades of Cocoa Brown #311B04
Tints of Cocoa Brown #311B04
RGB
CMYK
RGB Variations
Color information
#311B04 (or 0x311B04) is known color: Cocoa Brown. HEX triplet: 31, 1B and 04. RGB value is (49,27,4). Sum of RGB (Red+Green+Blue) = 49+27+4=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #311B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B04 is #CEE4FB. Grayscale: #1F1F1F. Windows color (decimal): -13559036 or 269105. OLE color: 269105.
HSL color Cylindrical-coordinate representation of color #311B04: hue angle of 30.67º 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 #311B04 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 4 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.81 |
| HSL | 30.67º | 0.85% | 0.1% | - |
| HSV(B) | 30.67º | 0.92% | 0.19% | - |
| XYZ | 1.68 | 1.45 | 0.31 | - |
| YUV | 30.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 4 | 0 | 0.45 | 0.92 | 0.81 | 30.67 | 0.85 | 0.1 |
| Hex | 31 | 1B | 4 | 0 | 2D | 5C | 51 | 1F | 55 | A |
| Octal | 61 | 33 | 4 | 0 | 55 | 134 | 121 | 37 | 125 | 12 |
| Binary | 110001 | 11011 | 100 | 0 | 101101 | 1011100 | 1010001 | 11111 | 1010101 | 1010 |
Color Harmonies of #311B04
Complementary color
Monochromatic Colors of #311B04
Black with #311B04
Text Example
Text Example
White with #311B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B04; }
p { color: rgb(49,27,4); }
H1.HeaderClassName
{
color: #311B04;
}
.AnyTagClassName
{
color: #311B04;
}
</style>
background-color css
<style>
a { background-color: #311B04; }
a { background-color: rgb(49,27,4); }
div.DivClassName
{
background-color: #311B04;
}
.BgClassName
{
background-color: #311B04;
}
</style>
border-color css
<style>
span { border-color: #311B04; }
span { border-color: rgb(49,27,4); }
td.TdClassName
{
border-color: #311B04;
}
.TagClassName
{
border-color: #311B04;
}
</style>