Shades of Cocoa Brown #2F200D
Tints of Cocoa Brown #2F200D
RGB
CMYK
RGB Variations
Color information
#2F200D (or 0x2F200D) is known color: Cocoa Brown. HEX triplet: 2F, 20 and 0D. RGB value is (47,32,13). Sum of RGB (Red+Green+Blue) = 47+32+13=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F200D is #D0DFF2. Grayscale: #222222. Windows color (decimal): -13688819 or 860207. OLE color: 860207.
HSL color Cylindrical-coordinate representation of color #2F200D: hue angle of 33.53º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F200D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 32 | 13 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.82 |
| HSL | 33.53º | 0.57% | 0.12% | - |
| HSV(B) | 33.53º | 0.72% | 0.18% | - |
| XYZ | 1.76 | 1.67 | 0.61 | - |
| YUV | 34.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 13 | 0 | 0.32 | 0.72 | 0.82 | 33.53 | 0.57 | 0.12 |
| Hex | 2F | 20 | D | 0 | 20 | 48 | 52 | 22 | 39 | C |
| Octal | 57 | 40 | 15 | 0 | 40 | 110 | 122 | 42 | 71 | 14 |
| Binary | 101111 | 100000 | 1101 | 0 | 100000 | 1001000 | 1010010 | 100010 | 111001 | 1100 |
Color Harmonies of #2F200D
Complementary color
Monochromatic Colors of #2F200D
Black with #2F200D
Text Example
Text Example
White with #2F200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F200D; }
p { color: rgb(47,32,13); }
H1.HeaderClassName
{
color: #2F200D;
}
.AnyTagClassName
{
color: #2F200D;
}
</style>
background-color css
<style>
a { background-color: #2F200D; }
a { background-color: rgb(47,32,13); }
div.DivClassName
{
background-color: #2F200D;
}
.BgClassName
{
background-color: #2F200D;
}
</style>
border-color css
<style>
span { border-color: #2F200D; }
span { border-color: rgb(47,32,13); }
td.TdClassName
{
border-color: #2F200D;
}
.TagClassName
{
border-color: #2F200D;
}
</style>