Shades of Cocoa Brown #312821
Tints of Cocoa Brown #312821
RGB
CMYK
RGB Variations
Color information
#312821 (or 0x312821) is known color: Cocoa Brown. HEX triplet: 31, 28 and 21. RGB value is (49,40,33). Sum of RGB (Red+Green+Blue) = 49+40+33=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312821 is #CED7DE. Grayscale: #292929. Windows color (decimal): -13555679 or 2172977. OLE color: 2172977.
HSL color Cylindrical-coordinate representation of color #312821: hue angle of 26.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312821 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 40 | 33 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.81 |
| HSL | 26.25º | 0.2% | 0.16% | - |
| HSV(B) | 26.25º | 0.33% | 0.19% | - |
| XYZ | 2.3 | 2.28 | 1.76 | - |
| YUV | 41.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 33 | 0 | 0.18 | 0.33 | 0.81 | 26.25 | 0.2 | 0.16 |
| Hex | 31 | 28 | 21 | 0 | 12 | 21 | 51 | 1A | 14 | 10 |
| Octal | 61 | 50 | 41 | 0 | 22 | 41 | 121 | 32 | 24 | 20 |
| Binary | 110001 | 101000 | 100001 | 0 | 10010 | 100001 | 1010001 | 11010 | 10100 | 10000 |
Color Harmonies of #312821
Complementary color
Monochromatic Colors of #312821
Black with #312821
Text Example
Text Example
White with #312821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312821; }
p { color: rgb(49,40,33); }
H1.HeaderClassName
{
color: #312821;
}
.AnyTagClassName
{
color: #312821;
}
</style>
background-color css
<style>
a { background-color: #312821; }
a { background-color: rgb(49,40,33); }
div.DivClassName
{
background-color: #312821;
}
.BgClassName
{
background-color: #312821;
}
</style>
border-color css
<style>
span { border-color: #312821; }
span { border-color: rgb(49,40,33); }
td.TdClassName
{
border-color: #312821;
}
.TagClassName
{
border-color: #312821;
}
</style>