Shades of Cocoa Brown #2F261D
Tints of Cocoa Brown #2F261D
RGB
CMYK
RGB Variations
Color information
#2F261D (or 0x2F261D) is known color: Cocoa Brown. HEX triplet: 2F, 26 and 1D. RGB value is (47,38,29). Sum of RGB (Red+Green+Blue) = 47+38+29=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 47 - color contains mainly: red. Hex color #2F261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F261D is #D0D9E2. Grayscale: #272727. Windows color (decimal): -13687267 or 1910319. OLE color: 1910319.
HSL color Cylindrical-coordinate representation of color #2F261D: hue angle of 30º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F261D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 38 | 29 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.82 |
| HSL | 30º | 0.24% | 0.15% | - |
| HSV(B) | 30º | 0.38% | 0.18% | - |
| XYZ | 2.09 | 2.08 | 1.45 | - |
| YUV | 39.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 29 | 0 | 0.19 | 0.38 | 0.82 | 30 | 0.24 | 0.15 |
| Hex | 2F | 26 | 1D | 0 | 13 | 26 | 52 | 1E | 18 | F |
| Octal | 57 | 46 | 35 | 0 | 23 | 46 | 122 | 36 | 30 | 17 |
| Binary | 101111 | 100110 | 11101 | 0 | 10011 | 100110 | 1010010 | 11110 | 11000 | 1111 |
Color Harmonies of #2F261D
Complementary color
Monochromatic Colors of #2F261D
Black with #2F261D
Text Example
Text Example
White with #2F261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F261D; }
p { color: rgb(47,38,29); }
H1.HeaderClassName
{
color: #2F261D;
}
.AnyTagClassName
{
color: #2F261D;
}
</style>
background-color css
<style>
a { background-color: #2F261D; }
a { background-color: rgb(47,38,29); }
div.DivClassName
{
background-color: #2F261D;
}
.BgClassName
{
background-color: #2F261D;
}
</style>
border-color css
<style>
span { border-color: #2F261D; }
span { border-color: rgb(47,38,29); }
td.TdClassName
{
border-color: #2F261D;
}
.TagClassName
{
border-color: #2F261D;
}
</style>