Shades of Cocoa Brown #2E231A
Tints of Cocoa Brown #2E231A
RGB
CMYK
RGB Variations
Color information
#2E231A (or 0x2E231A) is known color: Cocoa Brown. HEX triplet: 2E, 23 and 1A. RGB value is (46,35,26). Sum of RGB (Red+Green+Blue) = 46+35+26=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 46 - color contains mainly: red. Hex color #2E231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E231A is #D1DCE5. Grayscale: #252525. Windows color (decimal): -13753574 or 1712942. OLE color: 1712942.
HSL color Cylindrical-coordinate representation of color #2E231A: hue angle of 27º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E231A is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 35 | 26 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.82 |
| HSL | 27º | 0.28% | 0.14% | - |
| HSV(B) | 27º | 0.43% | 0.18% | - |
| XYZ | 1.91 | 1.86 | 1.23 | - |
| YUV | 37.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 26 | 0 | 0.24 | 0.43 | 0.82 | 27 | 0.28 | 0.14 |
| Hex | 2E | 23 | 1A | 0 | 18 | 2B | 52 | 1B | 1C | E |
| Octal | 56 | 43 | 32 | 0 | 30 | 53 | 122 | 33 | 34 | 16 |
| Binary | 101110 | 100011 | 11010 | 0 | 11000 | 101011 | 1010010 | 11011 | 11100 | 1110 |
Color Harmonies of #2E231A
Complementary color
Monochromatic Colors of #2E231A
Black with #2E231A
Text Example
Text Example
White with #2E231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E231A; }
p { color: rgb(46,35,26); }
H1.HeaderClassName
{
color: #2E231A;
}
.AnyTagClassName
{
color: #2E231A;
}
</style>
background-color css
<style>
a { background-color: #2E231A; }
a { background-color: rgb(46,35,26); }
div.DivClassName
{
background-color: #2E231A;
}
.BgClassName
{
background-color: #2E231A;
}
</style>
border-color css
<style>
span { border-color: #2E231A; }
span { border-color: rgb(46,35,26); }
td.TdClassName
{
border-color: #2E231A;
}
.TagClassName
{
border-color: #2E231A;
}
</style>