Shades of Cocoa Brown #2E2822
Tints of Cocoa Brown #2E2822
RGB
CMYK
RGB Variations
Color information
#2E2822 (or 0x2E2822) is known color: Cocoa Brown. HEX triplet: 2E, 28 and 22. RGB value is (46,40,34). Sum of RGB (Red+Green+Blue) = 46+40+34=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2822 is #D1D7DD. Grayscale: #292929. Windows color (decimal): -13752286 or 2238510. OLE color: 2238510.
HSL color Cylindrical-coordinate representation of color #2E2822: hue angle of 30º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E2822 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 40 | 34 | - |
CMYK | 0 | 0.13 | 0.26 | 0.82 |
HSL | 30º | 0.15% | 0.16% | - |
HSV(B) | 30º | 0.26% | 0.18% | - |
XYZ | 2.17 | 2.21 | 1.83 | - |
YUV | 41.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 40 | 34 | 0 | 0.13 | 0.26 | 0.82 | 30 | 0.15 | 0.16 |
Hex | 2E | 28 | 22 | 0 | D | 1A | 52 | 1E | F | 10 |
Octal | 56 | 50 | 42 | 0 | 15 | 32 | 122 | 36 | 17 | 20 |
Binary | 101110 | 101000 | 100010 | 0 | 1101 | 11010 | 1010010 | 11110 | 1111 | 10000 |
Color Harmonies of #2E2822
Complementary color
Monochromatic Colors of #2E2822
Black with #2E2822
Text Example
Text Example
White with #2E2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2822; }
p { color: rgb(46,40,34); }
H1.HeaderClassName
{
color: #2E2822;
}
.AnyTagClassName
{
color: #2E2822;
}
</style>
background-color css
<style>
a { background-color: #2E2822; }
a { background-color: rgb(46,40,34); }
div.DivClassName
{
background-color: #2E2822;
}
.BgClassName
{
background-color: #2E2822;
}
</style>
border-color css
<style>
span { border-color: #2E2822; }
span { border-color: rgb(46,40,34); }
td.TdClassName
{
border-color: #2E2822;
}
.TagClassName
{
border-color: #2E2822;
}
</style>