Shades of Cocoa Brown #31220B
Tints of Cocoa Brown #31220B
RGB
CMYK
RGB Variations
Color information
#31220B (or 0x31220B) is known color: Cocoa Brown. HEX triplet: 31, 22 and 0B. RGB value is (49,34,11). Sum of RGB (Red+Green+Blue) = 49+34+11=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31220B is #CEDDF4. Grayscale: #232323. Windows color (decimal): -13557237 or 729649. OLE color: 729649.
HSL color Cylindrical-coordinate representation of color #31220B: hue angle of 36.32º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31220B is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 11 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.81 |
| HSL | 36.32º | 0.63% | 0.12% | - |
| HSV(B) | 36.32º | 0.78% | 0.19% | - |
| XYZ | 1.9 | 1.82 | 0.57 | - |
| YUV | 35.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 11 | 0 | 0.31 | 0.78 | 0.81 | 36.32 | 0.63 | 0.12 |
| Hex | 31 | 22 | B | 0 | 1F | 4E | 51 | 24 | 3F | C |
| Octal | 61 | 42 | 13 | 0 | 37 | 116 | 121 | 44 | 77 | 14 |
| Binary | 110001 | 100010 | 1011 | 0 | 11111 | 1001110 | 1010001 | 100100 | 111111 | 1100 |
Color Harmonies of #31220B
Complementary color
Monochromatic Colors of #31220B
Black with #31220B
Text Example
Text Example
White with #31220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31220B; }
p { color: rgb(49,34,11); }
H1.HeaderClassName
{
color: #31220B;
}
.AnyTagClassName
{
color: #31220B;
}
</style>
background-color css
<style>
a { background-color: #31220B; }
a { background-color: rgb(49,34,11); }
div.DivClassName
{
background-color: #31220B;
}
.BgClassName
{
background-color: #31220B;
}
</style>
border-color css
<style>
span { border-color: #31220B; }
span { border-color: rgb(49,34,11); }
td.TdClassName
{
border-color: #31220B;
}
.TagClassName
{
border-color: #31220B;
}
</style>