Shades of Cocoa Brown #1E1407
Tints of Cocoa Brown #1E1407
RGB
CMYK
RGB Variations
Color information
#1E1407 (or 0x1E1407) is known color: Cocoa Brown. HEX triplet: 1E, 14 and 07. RGB value is (30,20,7). Sum of RGB (Red+Green+Blue) = 30+20+7=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1407 is #E1EBF8. Grayscale: #151515. Windows color (decimal): -14806009 or 463902. OLE color: 463902.
HSL color Cylindrical-coordinate representation of color #1E1407: hue angle of 33.91º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E1407 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 7 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.88 |
| HSL | 33.91º | 0.62% | 0.07% | - |
| HSV(B) | 33.91º | 0.77% | 0.12% | - |
| XYZ | 0.82 | 0.79 | 0.31 | - |
| YUV | 21.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 7 | 0 | 0.33 | 0.77 | 0.88 | 33.91 | 0.62 | 0.07 |
| Hex | 1E | 14 | 7 | 0 | 21 | 4D | 58 | 22 | 3E | 7 |
| Octal | 36 | 24 | 7 | 0 | 41 | 115 | 130 | 42 | 76 | 7 |
| Binary | 11110 | 10100 | 111 | 0 | 100001 | 1001101 | 1011000 | 100010 | 111110 | 111 |
Color Harmonies of #1E1407
Complementary color
Monochromatic Colors of #1E1407
Black with #1E1407
Text Example
Text Example
White with #1E1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1407; }
p { color: rgb(30,20,7); }
H1.HeaderClassName
{
color: #1E1407;
}
.AnyTagClassName
{
color: #1E1407;
}
</style>
background-color css
<style>
a { background-color: #1E1407; }
a { background-color: rgb(30,20,7); }
div.DivClassName
{
background-color: #1E1407;
}
.BgClassName
{
background-color: #1E1407;
}
</style>
border-color css
<style>
span { border-color: #1E1407; }
span { border-color: rgb(30,20,7); }
td.TdClassName
{
border-color: #1E1407;
}
.TagClassName
{
border-color: #1E1407;
}
</style>