Shades of Cocoa Brown #2E1703
Tints of Cocoa Brown #2E1703
RGB
CMYK
RGB Variations
Color information
#2E1703 (or 0x2E1703) is known color: Cocoa Brown. HEX triplet: 2E, 17 and 03. RGB value is (46,23,3). Sum of RGB (Red+Green+Blue) = 46+23+3=72 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.89% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1703 is #D1E8FC. Grayscale: #1B1B1B. Windows color (decimal): -13756669 or 202542. OLE color: 202542.
HSL color Cylindrical-coordinate representation of color #2E1703: hue angle of 27.91º 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 #2E1703 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 3 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.82 |
| HSL | 27.91º | 0.88% | 0.1% | - |
| HSV(B) | 27.91º | 0.93% | 0.18% | - |
| XYZ | 1.45 | 1.2 | 0.24 | - |
| YUV | 27.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 3 | 0 | 0.50 | 0.93 | 0.82 | 27.91 | 0.88 | 0.1 |
| Hex | 2E | 17 | 3 | 0 | 32 | 5D | 52 | 1C | 58 | A |
| Octal | 56 | 27 | 3 | 0 | 62 | 135 | 122 | 34 | 130 | 12 |
| Binary | 101110 | 10111 | 11 | 0 | 110010 | 1011101 | 1010010 | 11100 | 1011000 | 1010 |
Color Harmonies of #2E1703
Complementary color
Monochromatic Colors of #2E1703
Black with #2E1703
Text Example
Text Example
White with #2E1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1703; }
p { color: rgb(46,23,3); }
H1.HeaderClassName
{
color: #2E1703;
}
.AnyTagClassName
{
color: #2E1703;
}
</style>
background-color css
<style>
a { background-color: #2E1703; }
a { background-color: rgb(46,23,3); }
div.DivClassName
{
background-color: #2E1703;
}
.BgClassName
{
background-color: #2E1703;
}
</style>
border-color css
<style>
span { border-color: #2E1703; }
span { border-color: rgb(46,23,3); }
td.TdClassName
{
border-color: #2E1703;
}
.TagClassName
{
border-color: #2E1703;
}
</style>