Shades of Cocoa Brown #2F251C
Tints of Cocoa Brown #2F251C
RGB
CMYK
RGB Variations
Color information
#2F251C (or 0x2F251C) is known color: Cocoa Brown. HEX triplet: 2F, 25 and 1C. RGB value is (47,37,28). Sum of RGB (Red+Green+Blue) = 47+37+28=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 47 - color contains mainly: red. Hex color #2F251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F251C is #D0DAE3. Grayscale: #272727. Windows color (decimal): -13687524 or 1844527. OLE color: 1844527.
HSL color Cylindrical-coordinate representation of color #2F251C: hue angle of 28.42º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F251C is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 37 | 28 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.82 |
| HSL | 28.42º | 0.25% | 0.15% | - |
| HSV(B) | 28.42º | 0.4% | 0.18% | - |
| XYZ | 2.04 | 2.01 | 1.38 | - |
| YUV | 38.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 28 | 0 | 0.21 | 0.40 | 0.82 | 28.42 | 0.25 | 0.15 |
| Hex | 2F | 25 | 1C | 0 | 15 | 28 | 52 | 1C | 19 | F |
| Octal | 57 | 45 | 34 | 0 | 25 | 50 | 122 | 34 | 31 | 17 |
| Binary | 101111 | 100101 | 11100 | 0 | 10101 | 101000 | 1010010 | 11100 | 11001 | 1111 |
Color Harmonies of #2F251C
Complementary color
Monochromatic Colors of #2F251C
Black with #2F251C
Text Example
Text Example
White with #2F251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F251C; }
p { color: rgb(47,37,28); }
H1.HeaderClassName
{
color: #2F251C;
}
.AnyTagClassName
{
color: #2F251C;
}
</style>
background-color css
<style>
a { background-color: #2F251C; }
a { background-color: rgb(47,37,28); }
div.DivClassName
{
background-color: #2F251C;
}
.BgClassName
{
background-color: #2F251C;
}
</style>
border-color css
<style>
span { border-color: #2F251C; }
span { border-color: rgb(47,37,28); }
td.TdClassName
{
border-color: #2F251C;
}
.TagClassName
{
border-color: #2F251C;
}
</style>