Shades of Cocoa Brown #2E1A02
Tints of Cocoa Brown #2E1A02
RGB
CMYK
RGB Variations
Color information
#2E1A02 (or 0x2E1A02) is known color: Cocoa Brown. HEX triplet: 2E, 1A and 02. RGB value is (46,26,2). Sum of RGB (Red+Green+Blue) = 46+26+2=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1A02 is #D1E5FD. Grayscale: #1D1D1D. Windows color (decimal): -13755902 or 137774. OLE color: 137774.
HSL color Cylindrical-coordinate representation of color #2E1A02: hue angle of 32.73º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E1A02 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 26 | 2 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.82 |
| HSL | 32.73º | 0.92% | 0.09% | - |
| HSV(B) | 32.73º | 0.96% | 0.18% | - |
| XYZ | 1.51 | 1.32 | 0.23 | - |
| YUV | 29.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 2 | 0 | 0.43 | 0.96 | 0.82 | 32.73 | 0.92 | 0.09 |
| Hex | 2E | 1A | 2 | 0 | 2B | 60 | 52 | 21 | 5C | 9 |
| Octal | 56 | 32 | 2 | 0 | 53 | 140 | 122 | 41 | 134 | 11 |
| Binary | 101110 | 11010 | 10 | 0 | 101011 | 1100000 | 1010010 | 100001 | 1011100 | 1001 |
Color Harmonies of #2E1A02
Complementary color
Monochromatic Colors of #2E1A02
Black with #2E1A02
Text Example
Text Example
White with #2E1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A02; }
p { color: rgb(46,26,2); }
H1.HeaderClassName
{
color: #2E1A02;
}
.AnyTagClassName
{
color: #2E1A02;
}
</style>
background-color css
<style>
a { background-color: #2E1A02; }
a { background-color: rgb(46,26,2); }
div.DivClassName
{
background-color: #2E1A02;
}
.BgClassName
{
background-color: #2E1A02;
}
</style>
border-color css
<style>
span { border-color: #2E1A02; }
span { border-color: rgb(46,26,2); }
td.TdClassName
{
border-color: #2E1A02;
}
.TagClassName
{
border-color: #2E1A02;
}
</style>