Shades of Cocoa Brown #2F210F
Tints of Cocoa Brown #2F210F
RGB
CMYK
RGB Variations
Color information
#2F210F (or 0x2F210F) is known color: Cocoa Brown. HEX triplet: 2F, 21 and 0F. RGB value is (47,33,15). Sum of RGB (Red+Green+Blue) = 47+33+15=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F210F is #D0DEF0. Grayscale: #232323. Windows color (decimal): -13688561 or 991535. OLE color: 991535.
HSL color Cylindrical-coordinate representation of color #2F210F: hue angle of 33.75º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F210F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 33 | 15 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.82 |
| HSL | 33.75º | 0.52% | 0.12% | - |
| HSV(B) | 33.75º | 0.68% | 0.18% | - |
| XYZ | 1.8 | 1.73 | 0.69 | - |
| YUV | 35.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 15 | 0 | 0.30 | 0.68 | 0.82 | 33.75 | 0.52 | 0.12 |
| Hex | 2F | 21 | F | 0 | 1E | 44 | 52 | 22 | 34 | C |
| Octal | 57 | 41 | 17 | 0 | 36 | 104 | 122 | 42 | 64 | 14 |
| Binary | 101111 | 100001 | 1111 | 0 | 11110 | 1000100 | 1010010 | 100010 | 110100 | 1100 |
Color Harmonies of #2F210F
Complementary color
Monochromatic Colors of #2F210F
Black with #2F210F
Text Example
Text Example
White with #2F210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F210F; }
p { color: rgb(47,33,15); }
H1.HeaderClassName
{
color: #2F210F;
}
.AnyTagClassName
{
color: #2F210F;
}
</style>
background-color css
<style>
a { background-color: #2F210F; }
a { background-color: rgb(47,33,15); }
div.DivClassName
{
background-color: #2F210F;
}
.BgClassName
{
background-color: #2F210F;
}
</style>
border-color css
<style>
span { border-color: #2F210F; }
span { border-color: rgb(47,33,15); }
td.TdClassName
{
border-color: #2F210F;
}
.TagClassName
{
border-color: #2F210F;
}
</style>