Shades of Cocoa Brown #2F2113
Tints of Cocoa Brown #2F2113
RGB
CMYK
RGB Variations
Color information
#2F2113 (or 0x2F2113) is known color: Cocoa Brown. HEX triplet: 2F, 21 and 13. RGB value is (47,33,19). Sum of RGB (Red+Green+Blue) = 47+33+19=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2113 is #D0DEEC. Grayscale: #232323. Windows color (decimal): -13688557 or 1253679. OLE color: 1253679.
HSL color Cylindrical-coordinate representation of color #2F2113: hue angle of 30º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F2113 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 33 | 19 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.82 |
| HSL | 30º | 0.42% | 0.13% | - |
| HSV(B) | 30º | 0.6% | 0.18% | - |
| XYZ | 1.83 | 1.74 | 0.86 | - |
| YUV | 35.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 19 | 0 | 0.30 | 0.60 | 0.82 | 30 | 0.42 | 0.13 |
| Hex | 2F | 21 | 13 | 0 | 1E | 3C | 52 | 1E | 2A | D |
| Octal | 57 | 41 | 23 | 0 | 36 | 74 | 122 | 36 | 52 | 15 |
| Binary | 101111 | 100001 | 10011 | 0 | 11110 | 111100 | 1010010 | 11110 | 101010 | 1101 |
Color Harmonies of #2F2113
Complementary color
Monochromatic Colors of #2F2113
Black with #2F2113
Text Example
Text Example
White with #2F2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2113; }
p { color: rgb(47,33,19); }
H1.HeaderClassName
{
color: #2F2113;
}
.AnyTagClassName
{
color: #2F2113;
}
</style>
background-color css
<style>
a { background-color: #2F2113; }
a { background-color: rgb(47,33,19); }
div.DivClassName
{
background-color: #2F2113;
}
.BgClassName
{
background-color: #2F2113;
}
</style>
border-color css
<style>
span { border-color: #2F2113; }
span { border-color: rgb(47,33,19); }
td.TdClassName
{
border-color: #2F2113;
}
.TagClassName
{
border-color: #2F2113;
}
</style>