Shades of Cocoa Brown #1E1609
Tints of Cocoa Brown #1E1609
RGB
CMYK
RGB Variations
Color information
#1E1609 (or 0x1E1609) is known color: Cocoa Brown. HEX triplet: 1E, 16 and 09. RGB value is (30,22,9). Sum of RGB (Red+Green+Blue) = 30+22+9=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1609 is #E1E9F6. Grayscale: #161616. Windows color (decimal): -14805495 or 595486. OLE color: 595486.
HSL color Cylindrical-coordinate representation of color #1E1609: hue angle of 37.14º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1609 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 22 | 9 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.88 |
| HSL | 37.14º | 0.54% | 0.08% | - |
| HSV(B) | 37.14º | 0.7% | 0.12% | - |
| XYZ | 0.87 | 0.87 | 0.38 | - |
| YUV | 22.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 9 | 0 | 0.27 | 0.70 | 0.88 | 37.14 | 0.54 | 0.08 |
| Hex | 1E | 16 | 9 | 0 | 1B | 46 | 58 | 25 | 36 | 8 |
| Octal | 36 | 26 | 11 | 0 | 33 | 106 | 130 | 45 | 66 | 10 |
| Binary | 11110 | 10110 | 1001 | 0 | 11011 | 1000110 | 1011000 | 100101 | 110110 | 1000 |
Color Harmonies of #1E1609
Complementary color
Monochromatic Colors of #1E1609
Black with #1E1609
Text Example
Text Example
White with #1E1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1609; }
p { color: rgb(30,22,9); }
H1.HeaderClassName
{
color: #1E1609;
}
.AnyTagClassName
{
color: #1E1609;
}
</style>
background-color css
<style>
a { background-color: #1E1609; }
a { background-color: rgb(30,22,9); }
div.DivClassName
{
background-color: #1E1609;
}
.BgClassName
{
background-color: #1E1609;
}
</style>
border-color css
<style>
span { border-color: #1E1609; }
span { border-color: rgb(30,22,9); }
td.TdClassName
{
border-color: #1E1609;
}
.TagClassName
{
border-color: #1E1609;
}
</style>