Shades of Cocoa Brown #2F241A
Tints of Cocoa Brown #2F241A
RGB
CMYK
RGB Variations
Color information
#2F241A (or 0x2F241A) is known color: Cocoa Brown. HEX triplet: 2F, 24 and 1A. RGB value is (47,36,26). Sum of RGB (Red+Green+Blue) = 47+36+26=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 47 - color contains mainly: red. Hex color #2F241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F241A is #D0DBE5. Grayscale: #262626. Windows color (decimal): -13687782 or 1713199. OLE color: 1713199.
HSL color Cylindrical-coordinate representation of color #2F241A: hue angle of 28.57º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F241A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 36 | 26 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.82 |
| HSL | 28.57º | 0.29% | 0.14% | - |
| HSV(B) | 28.57º | 0.45% | 0.18% | - |
| XYZ | 1.99 | 1.94 | 1.25 | - |
| YUV | 38.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 26 | 0 | 0.23 | 0.45 | 0.82 | 28.57 | 0.29 | 0.14 |
| Hex | 2F | 24 | 1A | 0 | 17 | 2D | 52 | 1D | 1D | E |
| Octal | 57 | 44 | 32 | 0 | 27 | 55 | 122 | 35 | 35 | 16 |
| Binary | 101111 | 100100 | 11010 | 0 | 10111 | 101101 | 1010010 | 11101 | 11101 | 1110 |
Color Harmonies of #2F241A
Complementary color
Monochromatic Colors of #2F241A
Black with #2F241A
Text Example
Text Example
White with #2F241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F241A; }
p { color: rgb(47,36,26); }
H1.HeaderClassName
{
color: #2F241A;
}
.AnyTagClassName
{
color: #2F241A;
}
</style>
background-color css
<style>
a { background-color: #2F241A; }
a { background-color: rgb(47,36,26); }
div.DivClassName
{
background-color: #2F241A;
}
.BgClassName
{
background-color: #2F241A;
}
</style>
border-color css
<style>
span { border-color: #2F241A; }
span { border-color: rgb(47,36,26); }
td.TdClassName
{
border-color: #2F241A;
}
.TagClassName
{
border-color: #2F241A;
}
</style>