Shades of Cocoa Brown #311D0F
Tints of Cocoa Brown #311D0F
RGB
CMYK
RGB Variations
Color information
#311D0F (or 0x311D0F) is known color: Cocoa Brown. HEX triplet: 31, 1D and 0F. RGB value is (49,29,15). Sum of RGB (Red+Green+Blue) = 49+29+15=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D0F is #CEE2F0. Grayscale: #212121. Windows color (decimal): -13558513 or 990513. OLE color: 990513.
HSL color Cylindrical-coordinate representation of color #311D0F: hue angle of 24.71º 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 #311D0F is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 15 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.81 |
| HSL | 24.71º | 0.53% | 0.13% | - |
| HSV(B) | 24.71º | 0.69% | 0.19% | - |
| XYZ | 1.79 | 1.57 | 0.66 | - |
| YUV | 33.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 15 | 0 | 0.41 | 0.69 | 0.81 | 24.71 | 0.53 | 0.13 |
| Hex | 31 | 1D | F | 0 | 29 | 45 | 51 | 19 | 35 | D |
| Octal | 61 | 35 | 17 | 0 | 51 | 105 | 121 | 31 | 65 | 15 |
| Binary | 110001 | 11101 | 1111 | 0 | 101001 | 1000101 | 1010001 | 11001 | 110101 | 1101 |
Color Harmonies of #311D0F
Complementary color
Monochromatic Colors of #311D0F
Black with #311D0F
Text Example
Text Example
White with #311D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D0F; }
p { color: rgb(49,29,15); }
H1.HeaderClassName
{
color: #311D0F;
}
.AnyTagClassName
{
color: #311D0F;
}
</style>
background-color css
<style>
a { background-color: #311D0F; }
a { background-color: rgb(49,29,15); }
div.DivClassName
{
background-color: #311D0F;
}
.BgClassName
{
background-color: #311D0F;
}
</style>
border-color css
<style>
span { border-color: #311D0F; }
span { border-color: rgb(49,29,15); }
td.TdClassName
{
border-color: #311D0F;
}
.TagClassName
{
border-color: #311D0F;
}
</style>