Shades of Cocoa Brown #2F1909
Tints of Cocoa Brown #2F1909
RGB
CMYK
RGB Variations
Color information
#2F1909 (or 0x2F1909) is known color: Cocoa Brown. HEX triplet: 2F, 19 and 09. RGB value is (47,25,9). Sum of RGB (Red+Green+Blue) = 47+25+9=81 (10% of max value = 765). Red value is 47 (18.75% from 255 or 58.02% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1909 is #D0E6F6. Grayscale: #1D1D1D. Windows color (decimal): -13690615 or 596271. OLE color: 596271.
HSL color Cylindrical-coordinate representation of color #2F1909: hue angle of 25.26º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1909 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 25 | 9 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.82 |
| HSL | 25.26º | 0.68% | 0.11% | - |
| HSV(B) | 25.26º | 0.81% | 0.18% | - |
| XYZ | 1.57 | 1.32 | 0.43 | - |
| YUV | 29.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 9 | 0 | 0.47 | 0.81 | 0.82 | 25.26 | 0.68 | 0.11 |
| Hex | 2F | 19 | 9 | 0 | 2F | 51 | 52 | 19 | 44 | B |
| Octal | 57 | 31 | 11 | 0 | 57 | 121 | 122 | 31 | 104 | 13 |
| Binary | 101111 | 11001 | 1001 | 0 | 101111 | 1010001 | 1010010 | 11001 | 1000100 | 1011 |
Color Harmonies of #2F1909
Complementary color
Monochromatic Colors of #2F1909
Black with #2F1909
Text Example
Text Example
White with #2F1909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1909; }
p { color: rgb(47,25,9); }
H1.HeaderClassName
{
color: #2F1909;
}
.AnyTagClassName
{
color: #2F1909;
}
</style>
background-color css
<style>
a { background-color: #2F1909; }
a { background-color: rgb(47,25,9); }
div.DivClassName
{
background-color: #2F1909;
}
.BgClassName
{
background-color: #2F1909;
}
</style>
border-color css
<style>
span { border-color: #2F1909; }
span { border-color: rgb(47,25,9); }
td.TdClassName
{
border-color: #2F1909;
}
.TagClassName
{
border-color: #2F1909;
}
</style>