Shades of Cocoa Brown #2F2215
Tints of Cocoa Brown #2F2215
RGB
CMYK
RGB Variations
Color information
#2F2215 (or 0x2F2215) is known color: Cocoa Brown. HEX triplet: 2F, 22 and 15. RGB value is (47,34,21). Sum of RGB (Red+Green+Blue) = 47+34+21=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2215 is #D0DDEA. Grayscale: #242424. Windows color (decimal): -13688299 or 1385007. OLE color: 1385007.
HSL color Cylindrical-coordinate representation of color #2F2215: hue angle of 30º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F2215 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 21 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.82 |
| HSL | 30º | 0.38% | 0.13% | - |
| HSV(B) | 30º | 0.55% | 0.18% | - |
| XYZ | 1.88 | 1.8 | 0.96 | - |
| YUV | 36.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 21 | 0 | 0.28 | 0.55 | 0.82 | 30 | 0.38 | 0.13 |
| Hex | 2F | 22 | 15 | 0 | 1C | 37 | 52 | 1E | 26 | D |
| Octal | 57 | 42 | 25 | 0 | 34 | 67 | 122 | 36 | 46 | 15 |
| Binary | 101111 | 100010 | 10101 | 0 | 11100 | 110111 | 1010010 | 11110 | 100110 | 1101 |
Color Harmonies of #2F2215
Complementary color
Monochromatic Colors of #2F2215
Black with #2F2215
Text Example
Text Example
White with #2F2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2215; }
p { color: rgb(47,34,21); }
H1.HeaderClassName
{
color: #2F2215;
}
.AnyTagClassName
{
color: #2F2215;
}
</style>
background-color css
<style>
a { background-color: #2F2215; }
a { background-color: rgb(47,34,21); }
div.DivClassName
{
background-color: #2F2215;
}
.BgClassName
{
background-color: #2F2215;
}
</style>
border-color css
<style>
span { border-color: #2F2215; }
span { border-color: rgb(47,34,21); }
td.TdClassName
{
border-color: #2F2215;
}
.TagClassName
{
border-color: #2F2215;
}
</style>