Shades of Cocoa Brown #2E1C09
Tints of Cocoa Brown #2E1C09
RGB
CMYK
RGB Variations
Color information
#2E1C09 (or 0x2E1C09) is known color: Cocoa Brown. HEX triplet: 2E, 1C and 09. RGB value is (46,28,9). Sum of RGB (Red+Green+Blue) = 46+28+9=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1C09 is #D1E3F6. Grayscale: #1F1F1F. Windows color (decimal): -13755383 or 597038. OLE color: 597038.
HSL color Cylindrical-coordinate representation of color #2E1C09: hue angle of 30.81º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1C09 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 28 | 9 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.82 |
| HSL | 30.81º | 0.67% | 0.11% | - |
| HSV(B) | 30.81º | 0.8% | 0.18% | - |
| XYZ | 1.59 | 1.43 | 0.45 | - |
| YUV | 31.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 28 | 9 | 0 | 0.39 | 0.80 | 0.82 | 30.81 | 0.67 | 0.11 |
| Hex | 2E | 1C | 9 | 0 | 27 | 50 | 52 | 1F | 43 | B |
| Octal | 56 | 34 | 11 | 0 | 47 | 120 | 122 | 37 | 103 | 13 |
| Binary | 101110 | 11100 | 1001 | 0 | 100111 | 1010000 | 1010010 | 11111 | 1000011 | 1011 |
Color Harmonies of #2E1C09
Complementary color
Monochromatic Colors of #2E1C09
Black with #2E1C09
Text Example
Text Example
White with #2E1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1C09; }
p { color: rgb(46,28,9); }
H1.HeaderClassName
{
color: #2E1C09;
}
.AnyTagClassName
{
color: #2E1C09;
}
</style>
background-color css
<style>
a { background-color: #2E1C09; }
a { background-color: rgb(46,28,9); }
div.DivClassName
{
background-color: #2E1C09;
}
.BgClassName
{
background-color: #2E1C09;
}
</style>
border-color css
<style>
span { border-color: #2E1C09; }
span { border-color: rgb(46,28,9); }
td.TdClassName
{
border-color: #2E1C09;
}
.TagClassName
{
border-color: #2E1C09;
}
</style>