Shades of Cocoa Brown #2F1E10
Tints of Cocoa Brown #2F1E10
RGB
CMYK
RGB Variations
Color information
#2F1E10 (or 0x2F1E10) is known color: Cocoa Brown. HEX triplet: 2F, 1E and 10. RGB value is (47,30,16). Sum of RGB (Red+Green+Blue) = 47+30+16=93 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50.54% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1E10 is #D0E1EF. Grayscale: #212121. Windows color (decimal): -13689328 or 1056303. OLE color: 1056303.
HSL color Cylindrical-coordinate representation of color #2F1E10: hue angle of 27.1º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F1E10 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 30 | 16 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.82 |
| HSL | 27.1º | 0.49% | 0.12% | - |
| HSV(B) | 27.1º | 0.66% | 0.18% | - |
| XYZ | 1.73 | 1.57 | 0.7 | - |
| YUV | 33.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 16 | 0 | 0.36 | 0.66 | 0.82 | 27.1 | 0.49 | 0.12 |
| Hex | 2F | 1E | 10 | 0 | 24 | 42 | 52 | 1B | 31 | C |
| Octal | 57 | 36 | 20 | 0 | 44 | 102 | 122 | 33 | 61 | 14 |
| Binary | 101111 | 11110 | 10000 | 0 | 100100 | 1000010 | 1010010 | 11011 | 110001 | 1100 |
Color Harmonies of #2F1E10
Complementary color
Monochromatic Colors of #2F1E10
Black with #2F1E10
Text Example
Text Example
White with #2F1E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E10; }
p { color: rgb(47,30,16); }
H1.HeaderClassName
{
color: #2F1E10;
}
.AnyTagClassName
{
color: #2F1E10;
}
</style>
background-color css
<style>
a { background-color: #2F1E10; }
a { background-color: rgb(47,30,16); }
div.DivClassName
{
background-color: #2F1E10;
}
.BgClassName
{
background-color: #2F1E10;
}
</style>
border-color css
<style>
span { border-color: #2F1E10; }
span { border-color: rgb(47,30,16); }
td.TdClassName
{
border-color: #2F1E10;
}
.TagClassName
{
border-color: #2F1E10;
}
</style>