Shades of Cocoa Brown #2E1903
Tints of Cocoa Brown #2E1903
RGB
CMYK
RGB Variations
Color information
#2E1903 (or 0x2E1903) is known color: Cocoa Brown. HEX triplet: 2E, 19 and 03. RGB value is (46,25,3). Sum of RGB (Red+Green+Blue) = 46+25+3=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1903 is #D1E6FC. Grayscale: #1C1C1C. Windows color (decimal): -13756157 or 203054. OLE color: 203054.
HSL color Cylindrical-coordinate representation of color #2E1903: hue angle of 30.7º 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 #2E1903 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 3 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.82 |
| HSL | 30.7º | 0.88% | 0.1% | - |
| HSV(B) | 30.7º | 0.93% | 0.18% | - |
| XYZ | 1.49 | 1.28 | 0.26 | - |
| YUV | 28.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 3 | 0 | 0.46 | 0.93 | 0.82 | 30.7 | 0.88 | 0.1 |
| Hex | 2E | 19 | 3 | 0 | 2E | 5D | 52 | 1F | 58 | A |
| Octal | 56 | 31 | 3 | 0 | 56 | 135 | 122 | 37 | 130 | 12 |
| Binary | 101110 | 11001 | 11 | 0 | 101110 | 1011101 | 1010010 | 11111 | 1011000 | 1010 |
Color Harmonies of #2E1903
Complementary color
Monochromatic Colors of #2E1903
Black with #2E1903
Text Example
Text Example
White with #2E1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1903; }
p { color: rgb(46,25,3); }
H1.HeaderClassName
{
color: #2E1903;
}
.AnyTagClassName
{
color: #2E1903;
}
</style>
background-color css
<style>
a { background-color: #2E1903; }
a { background-color: rgb(46,25,3); }
div.DivClassName
{
background-color: #2E1903;
}
.BgClassName
{
background-color: #2E1903;
}
</style>
border-color css
<style>
span { border-color: #2E1903; }
span { border-color: rgb(46,25,3); }
td.TdClassName
{
border-color: #2E1903;
}
.TagClassName
{
border-color: #2E1903;
}
</style>