Shades of Cocoa Brown #1E1000
Tints of Cocoa Brown #1E1000
RGB
CMYK
RGB Variations
Color information
#1E1000 (or 0x1E1000) is known color: Cocoa Brown. HEX triplet: 1E, 10 and 00. RGB value is (30,16,0). Sum of RGB (Red+Green+Blue) = 30+16+0=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1000 is #E1EFFF. Grayscale: #121212. Windows color (decimal): -14807040 or 4126. OLE color: 4126.
HSL color Cylindrical-coordinate representation of color #1E1000: hue angle of 32º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E1000 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.88 |
| HSL | 32º | 1% | 0.06% | - |
| HSV(B) | 32º | 1% | 0.12% | - |
| XYZ | 0.72 | 0.65 | 0.09 | - |
| YUV | 18.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 0 | 0 | 0.47 | 1 | 0.88 | 32 | 1 | 0.06 |
| Hex | 1E | 10 | 0 | 0 | 2F | 64 | 58 | 20 | 64 | 6 |
| Octal | 36 | 20 | 0 | 0 | 57 | 144 | 130 | 40 | 144 | 6 |
| Binary | 11110 | 10000 | 0 | 0 | 101111 | 1100100 | 1011000 | 100000 | 1100100 | 110 |
Color Harmonies of #1E1000
Complementary color
Monochromatic Colors of #1E1000
Black with #1E1000
Text Example
Text Example
White with #1E1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1000; }
p { color: rgb(30,16,0); }
H1.HeaderClassName
{
color: #1E1000;
}
.AnyTagClassName
{
color: #1E1000;
}
</style>
background-color css
<style>
a { background-color: #1E1000; }
a { background-color: rgb(30,16,0); }
div.DivClassName
{
background-color: #1E1000;
}
.BgClassName
{
background-color: #1E1000;
}
</style>
border-color css
<style>
span { border-color: #1E1000; }
span { border-color: rgb(30,16,0); }
td.TdClassName
{
border-color: #1E1000;
}
.TagClassName
{
border-color: #1E1000;
}
</style>