Shades of Cocoa Brown #1E1406
Tints of Cocoa Brown #1E1406
RGB
CMYK
RGB Variations
Color information
#1E1406 (or 0x1E1406) is known color: Cocoa Brown. HEX triplet: 1E, 14 and 06. RGB value is (30,20,6). Sum of RGB (Red+Green+Blue) = 30+20+6=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1406 is #E1EBF9. Grayscale: #151515. Windows color (decimal): -14806010 or 398366. OLE color: 398366.
HSL color Cylindrical-coordinate representation of color #1E1406: hue angle of 35º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1406 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 6 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.88 |
| HSL | 35º | 0.67% | 0.07% | - |
| HSV(B) | 35º | 0.8% | 0.12% | - |
| XYZ | 0.82 | 0.79 | 0.28 | - |
| YUV | 21.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 6 | 0 | 0.33 | 0.80 | 0.88 | 35 | 0.67 | 0.07 |
| Hex | 1E | 14 | 6 | 0 | 21 | 50 | 58 | 23 | 43 | 7 |
| Octal | 36 | 24 | 6 | 0 | 41 | 120 | 130 | 43 | 103 | 7 |
| Binary | 11110 | 10100 | 110 | 0 | 100001 | 1010000 | 1011000 | 100011 | 1000011 | 111 |
Color Harmonies of #1E1406
Complementary color
Monochromatic Colors of #1E1406
Black with #1E1406
Text Example
Text Example
White with #1E1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1406; }
p { color: rgb(30,20,6); }
H1.HeaderClassName
{
color: #1E1406;
}
.AnyTagClassName
{
color: #1E1406;
}
</style>
background-color css
<style>
a { background-color: #1E1406; }
a { background-color: rgb(30,20,6); }
div.DivClassName
{
background-color: #1E1406;
}
.BgClassName
{
background-color: #1E1406;
}
</style>
border-color css
<style>
span { border-color: #1E1406; }
span { border-color: rgb(30,20,6); }
td.TdClassName
{
border-color: #1E1406;
}
.TagClassName
{
border-color: #1E1406;
}
</style>