Shades of Cocoa Brown #311F0F
Tints of Cocoa Brown #311F0F
RGB
CMYK
RGB Variations
Color information
#311F0F (or 0x311F0F) is known color: Cocoa Brown. HEX triplet: 31, 1F and 0F. RGB value is (49,31,15). Sum of RGB (Red+Green+Blue) = 49+31+15=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F0F is #CEE0F0. Grayscale: #222222. Windows color (decimal): -13558001 or 991025. OLE color: 991025.
HSL color Cylindrical-coordinate representation of color #311F0F: hue angle of 28.24º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311F0F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 15 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.81 |
| HSL | 28.24º | 0.53% | 0.13% | - |
| HSV(B) | 28.24º | 0.69% | 0.19% | - |
| XYZ | 1.84 | 1.67 | 0.68 | - |
| YUV | 34.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 15 | 0 | 0.37 | 0.69 | 0.81 | 28.24 | 0.53 | 0.13 |
| Hex | 31 | 1F | F | 0 | 25 | 45 | 51 | 1C | 35 | D |
| Octal | 61 | 37 | 17 | 0 | 45 | 105 | 121 | 34 | 65 | 15 |
| Binary | 110001 | 11111 | 1111 | 0 | 100101 | 1000101 | 1010001 | 11100 | 110101 | 1101 |
Color Harmonies of #311F0F
Complementary color
Monochromatic Colors of #311F0F
Black with #311F0F
Text Example
Text Example
White with #311F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F0F; }
p { color: rgb(49,31,15); }
H1.HeaderClassName
{
color: #311F0F;
}
.AnyTagClassName
{
color: #311F0F;
}
</style>
background-color css
<style>
a { background-color: #311F0F; }
a { background-color: rgb(49,31,15); }
div.DivClassName
{
background-color: #311F0F;
}
.BgClassName
{
background-color: #311F0F;
}
</style>
border-color css
<style>
span { border-color: #311F0F; }
span { border-color: rgb(49,31,15); }
td.TdClassName
{
border-color: #311F0F;
}
.TagClassName
{
border-color: #311F0F;
}
</style>