Shades of Cocoa Brown #2F2016
Tints of Cocoa Brown #2F2016
RGB
CMYK
RGB Variations
Color information
#2F2016 (or 0x2F2016) is known color: Cocoa Brown. HEX triplet: 2F, 20 and 16. RGB value is (47,32,22). Sum of RGB (Red+Green+Blue) = 47+32+22=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2016 is #D0DFE9. Grayscale: #232323. Windows color (decimal): -13688810 or 1450031. OLE color: 1450031.
HSL color Cylindrical-coordinate representation of color #2F2016: hue angle of 24º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F2016 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 32 | 22 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.82 |
| HSL | 24º | 0.36% | 0.14% | - |
| HSV(B) | 24º | 0.53% | 0.18% | - |
| XYZ | 1.83 | 1.7 | 0.99 | - |
| YUV | 35.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 22 | 0 | 0.32 | 0.53 | 0.82 | 24 | 0.36 | 0.14 |
| Hex | 2F | 20 | 16 | 0 | 20 | 35 | 52 | 18 | 24 | E |
| Octal | 57 | 40 | 26 | 0 | 40 | 65 | 122 | 30 | 44 | 16 |
| Binary | 101111 | 100000 | 10110 | 0 | 100000 | 110101 | 1010010 | 11000 | 100100 | 1110 |
Color Harmonies of #2F2016
Complementary color
Monochromatic Colors of #2F2016
Black with #2F2016
Text Example
Text Example
White with #2F2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2016; }
p { color: rgb(47,32,22); }
H1.HeaderClassName
{
color: #2F2016;
}
.AnyTagClassName
{
color: #2F2016;
}
</style>
background-color css
<style>
a { background-color: #2F2016; }
a { background-color: rgb(47,32,22); }
div.DivClassName
{
background-color: #2F2016;
}
.BgClassName
{
background-color: #2F2016;
}
</style>
border-color css
<style>
span { border-color: #2F2016; }
span { border-color: rgb(47,32,22); }
td.TdClassName
{
border-color: #2F2016;
}
.TagClassName
{
border-color: #2F2016;
}
</style>