Shades of Cocoa Brown #311B0D
Tints of Cocoa Brown #311B0D
RGB
CMYK
RGB Variations
Color information
#311B0D (or 0x311B0D) is known color: Cocoa Brown. HEX triplet: 31, 1B and 0D. RGB value is (49,27,13). Sum of RGB (Red+Green+Blue) = 49+27+13=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B0D is #CEE4F2. Grayscale: #202020. Windows color (decimal): -13559027 or 858929. OLE color: 858929.
HSL color Cylindrical-coordinate representation of color #311B0D: hue angle of 23.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311B0D is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 13 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.81 |
| HSL | 23.33º | 0.58% | 0.12% | - |
| HSV(B) | 23.33º | 0.73% | 0.19% | - |
| XYZ | 1.73 | 1.47 | 0.57 | - |
| YUV | 31.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 13 | 0 | 0.45 | 0.73 | 0.81 | 23.33 | 0.58 | 0.12 |
| Hex | 31 | 1B | D | 0 | 2D | 49 | 51 | 17 | 3A | C |
| Octal | 61 | 33 | 15 | 0 | 55 | 111 | 121 | 27 | 72 | 14 |
| Binary | 110001 | 11011 | 1101 | 0 | 101101 | 1001001 | 1010001 | 10111 | 111010 | 1100 |
Color Harmonies of #311B0D
Complementary color
Monochromatic Colors of #311B0D
Black with #311B0D
Text Example
Text Example
White with #311B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B0D; }
p { color: rgb(49,27,13); }
H1.HeaderClassName
{
color: #311B0D;
}
.AnyTagClassName
{
color: #311B0D;
}
</style>
background-color css
<style>
a { background-color: #311B0D; }
a { background-color: rgb(49,27,13); }
div.DivClassName
{
background-color: #311B0D;
}
.BgClassName
{
background-color: #311B0D;
}
</style>
border-color css
<style>
span { border-color: #311B0D; }
span { border-color: rgb(49,27,13); }
td.TdClassName
{
border-color: #311B0D;
}
.TagClassName
{
border-color: #311B0D;
}
</style>