Shades of Cocoa Brown #31220D
Tints of Cocoa Brown #31220D
RGB
CMYK
RGB Variations
Color information
#31220D (or 0x31220D) is known color: Cocoa Brown. HEX triplet: 31, 22 and 0D. RGB value is (49,34,13). Sum of RGB (Red+Green+Blue) = 49+34+13=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31220D is #CEDDF2. Grayscale: #242424. Windows color (decimal): -13557235 or 860721. OLE color: 860721.
HSL color Cylindrical-coordinate representation of color #31220D: hue angle of 35º 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 #31220D is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 13 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.81 |
| HSL | 35º | 0.58% | 0.12% | - |
| HSV(B) | 35º | 0.73% | 0.19% | - |
| XYZ | 1.91 | 1.83 | 0.63 | - |
| YUV | 36.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 13 | 0 | 0.31 | 0.73 | 0.81 | 35 | 0.58 | 0.12 |
| Hex | 31 | 22 | D | 0 | 1F | 49 | 51 | 23 | 3A | C |
| Octal | 61 | 42 | 15 | 0 | 37 | 111 | 121 | 43 | 72 | 14 |
| Binary | 110001 | 100010 | 1101 | 0 | 11111 | 1001001 | 1010001 | 100011 | 111010 | 1100 |
Color Harmonies of #31220D
Complementary color
Monochromatic Colors of #31220D
Black with #31220D
Text Example
Text Example
White with #31220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31220D; }
p { color: rgb(49,34,13); }
H1.HeaderClassName
{
color: #31220D;
}
.AnyTagClassName
{
color: #31220D;
}
</style>
background-color css
<style>
a { background-color: #31220D; }
a { background-color: rgb(49,34,13); }
div.DivClassName
{
background-color: #31220D;
}
.BgClassName
{
background-color: #31220D;
}
</style>
border-color css
<style>
span { border-color: #31220D; }
span { border-color: rgb(49,34,13); }
td.TdClassName
{
border-color: #31220D;
}
.TagClassName
{
border-color: #31220D;
}
</style>