Shades of Cocoa Brown #2F2315
Tints of Cocoa Brown #2F2315
RGB
CMYK
RGB Variations
Color information
#2F2315 (or 0x2F2315) is known color: Cocoa Brown. HEX triplet: 2F, 23 and 15. RGB value is (47,35,21). Sum of RGB (Red+Green+Blue) = 47+35+21=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2315 is #D0DCEA. Grayscale: #252525. Windows color (decimal): -13688043 or 1385263. OLE color: 1385263.
HSL color Cylindrical-coordinate representation of color #2F2315: hue angle of 32.31º 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 #2F2315 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 35 | 21 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.82 |
| HSL | 32.31º | 0.38% | 0.13% | - |
| HSV(B) | 32.31º | 0.55% | 0.18% | - |
| XYZ | 1.91 | 1.86 | 0.97 | - |
| YUV | 36.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 21 | 0 | 0.26 | 0.55 | 0.82 | 32.31 | 0.38 | 0.13 |
| Hex | 2F | 23 | 15 | 0 | 1A | 37 | 52 | 20 | 26 | D |
| Octal | 57 | 43 | 25 | 0 | 32 | 67 | 122 | 40 | 46 | 15 |
| Binary | 101111 | 100011 | 10101 | 0 | 11010 | 110111 | 1010010 | 100000 | 100110 | 1101 |
Color Harmonies of #2F2315
Complementary color
Monochromatic Colors of #2F2315
Black with #2F2315
Text Example
Text Example
White with #2F2315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2315; }
p { color: rgb(47,35,21); }
H1.HeaderClassName
{
color: #2F2315;
}
.AnyTagClassName
{
color: #2F2315;
}
</style>
background-color css
<style>
a { background-color: #2F2315; }
a { background-color: rgb(47,35,21); }
div.DivClassName
{
background-color: #2F2315;
}
.BgClassName
{
background-color: #2F2315;
}
</style>
border-color css
<style>
span { border-color: #2F2315; }
span { border-color: rgb(47,35,21); }
td.TdClassName
{
border-color: #2F2315;
}
.TagClassName
{
border-color: #2F2315;
}
</style>