Shades of Cocoa Brown #2E1603
Tints of Cocoa Brown #2E1603
RGB
CMYK
RGB Variations
Color information
#2E1603 (or 0x2E1603) is known color: Cocoa Brown. HEX triplet: 2E, 16 and 03. RGB value is (46,22,3). Sum of RGB (Red+Green+Blue) = 46+22+3=71 (9% of max value = 765). Red value is 46 (18.36% from 255 or 64.79% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1603 is #D1E9FC. Grayscale: #1B1B1B. Windows color (decimal): -13756925 or 202286. OLE color: 202286.
HSL color Cylindrical-coordinate representation of color #2E1603: hue angle of 26.51º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E1603 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 3 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.82 |
| HSL | 26.51º | 0.88% | 0.1% | - |
| HSV(B) | 26.51º | 0.93% | 0.18% | - |
| XYZ | 1.43 | 1.16 | 0.23 | - |
| YUV | 27.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 3 | 0 | 0.52 | 0.93 | 0.82 | 26.51 | 0.88 | 0.1 |
| Hex | 2E | 16 | 3 | 0 | 34 | 5D | 52 | 1B | 58 | A |
| Octal | 56 | 26 | 3 | 0 | 64 | 135 | 122 | 33 | 130 | 12 |
| Binary | 101110 | 10110 | 11 | 0 | 110100 | 1011101 | 1010010 | 11011 | 1011000 | 1010 |
Color Harmonies of #2E1603
Complementary color
Monochromatic Colors of #2E1603
Black with #2E1603
Text Example
Text Example
White with #2E1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1603; }
p { color: rgb(46,22,3); }
H1.HeaderClassName
{
color: #2E1603;
}
.AnyTagClassName
{
color: #2E1603;
}
</style>
background-color css
<style>
a { background-color: #2E1603; }
a { background-color: rgb(46,22,3); }
div.DivClassName
{
background-color: #2E1603;
}
.BgClassName
{
background-color: #2E1603;
}
</style>
border-color css
<style>
span { border-color: #2E1603; }
span { border-color: rgb(46,22,3); }
td.TdClassName
{
border-color: #2E1603;
}
.TagClassName
{
border-color: #2E1603;
}
</style>