Shades of Cocoa Brown #2F2821
Tints of Cocoa Brown #2F2821
RGB
CMYK
RGB Variations
Color information
#2F2821 (or 0x2F2821) is known color: Cocoa Brown. HEX triplet: 2F, 28 and 21. RGB value is (47,40,33). Sum of RGB (Red+Green+Blue) = 47+40+33=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2821 is #D0D7DE. Grayscale: #292929. Windows color (decimal): -13686751 or 2172975. OLE color: 2172975.
HSL color Cylindrical-coordinate representation of color #2F2821: hue angle of 30º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2821 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 33 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.82 |
| HSL | 30º | 0.18% | 0.16% | - |
| HSV(B) | 30º | 0.3% | 0.18% | - |
| XYZ | 2.21 | 2.23 | 1.75 | - |
| YUV | 41.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 33 | 0 | 0.15 | 0.30 | 0.82 | 30 | 0.18 | 0.16 |
| Hex | 2F | 28 | 21 | 0 | F | 1E | 52 | 1E | 12 | 10 |
| Octal | 57 | 50 | 41 | 0 | 17 | 36 | 122 | 36 | 22 | 20 |
| Binary | 101111 | 101000 | 100001 | 0 | 1111 | 11110 | 1010010 | 11110 | 10010 | 10000 |
Color Harmonies of #2F2821
Complementary color
Monochromatic Colors of #2F2821
Black with #2F2821
Text Example
Text Example
White with #2F2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2821; }
p { color: rgb(47,40,33); }
H1.HeaderClassName
{
color: #2F2821;
}
.AnyTagClassName
{
color: #2F2821;
}
</style>
background-color css
<style>
a { background-color: #2F2821; }
a { background-color: rgb(47,40,33); }
div.DivClassName
{
background-color: #2F2821;
}
.BgClassName
{
background-color: #2F2821;
}
</style>
border-color css
<style>
span { border-color: #2F2821; }
span { border-color: rgb(47,40,33); }
td.TdClassName
{
border-color: #2F2821;
}
.TagClassName
{
border-color: #2F2821;
}
</style>