Shades of Cocoa Brown #31210D
Tints of Cocoa Brown #31210D
RGB
CMYK
RGB Variations
Color information
#31210D (or 0x31210D) is known color: Cocoa Brown. HEX triplet: 31, 21 and 0D. RGB value is (49,33,13). Sum of RGB (Red+Green+Blue) = 49+33+13=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31210D is #CEDEF2. Grayscale: #232323. Windows color (decimal): -13557491 or 860465. OLE color: 860465.
HSL color Cylindrical-coordinate representation of color #31210D: hue angle of 33.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 #31210D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 33 | 13 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.81 |
| HSL | 33.33º | 0.58% | 0.12% | - |
| HSV(B) | 33.33º | 0.73% | 0.19% | - |
| XYZ | 1.88 | 1.77 | 0.62 | - |
| YUV | 35.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 13 | 0 | 0.33 | 0.73 | 0.81 | 33.33 | 0.58 | 0.12 |
| Hex | 31 | 21 | D | 0 | 21 | 49 | 51 | 21 | 3A | C |
| Octal | 61 | 41 | 15 | 0 | 41 | 111 | 121 | 41 | 72 | 14 |
| Binary | 110001 | 100001 | 1101 | 0 | 100001 | 1001001 | 1010001 | 100001 | 111010 | 1100 |
Color Harmonies of #31210D
Complementary color
Monochromatic Colors of #31210D
Black with #31210D
Text Example
Text Example
White with #31210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31210D; }
p { color: rgb(49,33,13); }
H1.HeaderClassName
{
color: #31210D;
}
.AnyTagClassName
{
color: #31210D;
}
</style>
background-color css
<style>
a { background-color: #31210D; }
a { background-color: rgb(49,33,13); }
div.DivClassName
{
background-color: #31210D;
}
.BgClassName
{
background-color: #31210D;
}
</style>
border-color css
<style>
span { border-color: #31210D; }
span { border-color: rgb(49,33,13); }
td.TdClassName
{
border-color: #31210D;
}
.TagClassName
{
border-color: #31210D;
}
</style>