Shades of Cocoa Brown #2E190C
Tints of Cocoa Brown #2E190C
RGB
CMYK
RGB Variations
Color information
#2E190C (or 0x2E190C) is known color: Cocoa Brown. HEX triplet: 2E, 19 and 0C. RGB value is (46,25,12). Sum of RGB (Red+Green+Blue) = 46+25+12=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E190C is #D1E6F3. Grayscale: #1D1D1D. Windows color (decimal): -13756148 or 792878. OLE color: 792878.
HSL color Cylindrical-coordinate representation of color #2E190C: hue angle of 22.94º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E190C is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 12 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.82 |
| HSL | 22.94º | 0.59% | 0.11% | - |
| HSV(B) | 22.94º | 0.74% | 0.18% | - |
| XYZ | 1.54 | 1.3 | 0.52 | - |
| YUV | 29.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 12 | 0 | 0.46 | 0.74 | 0.82 | 22.94 | 0.59 | 0.11 |
| Hex | 2E | 19 | C | 0 | 2E | 4A | 52 | 17 | 3B | B |
| Octal | 56 | 31 | 14 | 0 | 56 | 112 | 122 | 27 | 73 | 13 |
| Binary | 101110 | 11001 | 1100 | 0 | 101110 | 1001010 | 1010010 | 10111 | 111011 | 1011 |
Color Harmonies of #2E190C
Complementary color
Monochromatic Colors of #2E190C
Black with #2E190C
Text Example
Text Example
White with #2E190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E190C; }
p { color: rgb(46,25,12); }
H1.HeaderClassName
{
color: #2E190C;
}
.AnyTagClassName
{
color: #2E190C;
}
</style>
background-color css
<style>
a { background-color: #2E190C; }
a { background-color: rgb(46,25,12); }
div.DivClassName
{
background-color: #2E190C;
}
.BgClassName
{
background-color: #2E190C;
}
</style>
border-color css
<style>
span { border-color: #2E190C; }
span { border-color: rgb(46,25,12); }
td.TdClassName
{
border-color: #2E190C;
}
.TagClassName
{
border-color: #2E190C;
}
</style>