Shades of Cocoa Brown #1E1508
Tints of Cocoa Brown #1E1508
RGB
CMYK
RGB Variations
Color information
#1E1508 (or 0x1E1508) is known color: Cocoa Brown. HEX triplet: 1E, 15 and 08. RGB value is (30,21,8). Sum of RGB (Red+Green+Blue) = 30+21+8=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1508 is #E1EAF7. Grayscale: #161616. Windows color (decimal): -14805752 or 529694. OLE color: 529694.
HSL color Cylindrical-coordinate representation of color #1E1508: hue angle of 35.45º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E1508 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 8 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.88 |
| HSL | 35.45º | 0.58% | 0.07% | - |
| HSV(B) | 35.45º | 0.73% | 0.12% | - |
| XYZ | 0.85 | 0.83 | 0.35 | - |
| YUV | 22.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 8 | 0 | 0.30 | 0.73 | 0.88 | 35.45 | 0.58 | 0.07 |
| Hex | 1E | 15 | 8 | 0 | 1E | 49 | 58 | 23 | 3A | 7 |
| Octal | 36 | 25 | 10 | 0 | 36 | 111 | 130 | 43 | 72 | 7 |
| Binary | 11110 | 10101 | 1000 | 0 | 11110 | 1001001 | 1011000 | 100011 | 111010 | 111 |
Color Harmonies of #1E1508
Complementary color
Monochromatic Colors of #1E1508
Black with #1E1508
Text Example
Text Example
White with #1E1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1508; }
p { color: rgb(30,21,8); }
H1.HeaderClassName
{
color: #1E1508;
}
.AnyTagClassName
{
color: #1E1508;
}
</style>
background-color css
<style>
a { background-color: #1E1508; }
a { background-color: rgb(30,21,8); }
div.DivClassName
{
background-color: #1E1508;
}
.BgClassName
{
background-color: #1E1508;
}
</style>
border-color css
<style>
span { border-color: #1E1508; }
span { border-color: rgb(30,21,8); }
td.TdClassName
{
border-color: #1E1508;
}
.TagClassName
{
border-color: #1E1508;
}
</style>