Shades of Cocoa Brown #2F1808
Tints of Cocoa Brown #2F1808
RGB
CMYK
RGB Variations
Color information
#2F1808 (or 0x2F1808) is known color: Cocoa Brown. HEX triplet: 2F, 18 and 08. RGB value is (47,24,8). Sum of RGB (Red+Green+Blue) = 47+24+8=79 (10% of max value = 765). Red value is 47 (18.75% from 255 or 59.49% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1808 is #D0E7F7. Grayscale: #1D1D1D. Windows color (decimal): -13690872 or 530479. OLE color: 530479.
HSL color Cylindrical-coordinate representation of color #2F1808: hue angle of 24.62º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1808 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 24 | 8 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.82 |
| HSL | 24.62º | 0.71% | 0.11% | - |
| HSV(B) | 24.62º | 0.83% | 0.18% | - |
| XYZ | 1.54 | 1.28 | 0.39 | - |
| YUV | 29.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 8 | 0 | 0.49 | 0.83 | 0.82 | 24.62 | 0.71 | 0.11 |
| Hex | 2F | 18 | 8 | 0 | 31 | 53 | 52 | 19 | 47 | B |
| Octal | 57 | 30 | 10 | 0 | 61 | 123 | 122 | 31 | 107 | 13 |
| Binary | 101111 | 11000 | 1000 | 0 | 110001 | 1010011 | 1010010 | 11001 | 1000111 | 1011 |
Color Harmonies of #2F1808
Complementary color
Monochromatic Colors of #2F1808
Black with #2F1808
Text Example
Text Example
White with #2F1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1808; }
p { color: rgb(47,24,8); }
H1.HeaderClassName
{
color: #2F1808;
}
.AnyTagClassName
{
color: #2F1808;
}
</style>
background-color css
<style>
a { background-color: #2F1808; }
a { background-color: rgb(47,24,8); }
div.DivClassName
{
background-color: #2F1808;
}
.BgClassName
{
background-color: #2F1808;
}
</style>
border-color css
<style>
span { border-color: #2F1808; }
span { border-color: rgb(47,24,8); }
td.TdClassName
{
border-color: #2F1808;
}
.TagClassName
{
border-color: #2F1808;
}
</style>