Shades of Seal Brown #1D0E06
Tints of Seal Brown #1D0E06
RGB
CMYK
RGB Variations
Color information
#1D0E06 (or 0x1D0E06) is known color: Seal Brown. HEX triplet: 1D, 0E and 06. RGB value is (29,14,6). Sum of RGB (Red+Green+Blue) = 29+14+6=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E06 is #E2F1F9. Grayscale: #111111. Windows color (decimal): -14873082 or 396829. OLE color: 396829.
HSL color Cylindrical-coordinate representation of color #1D0E06: hue angle of 20.87º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D0E06 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 14 | 6 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.89 |
| HSL | 20.87º | 0.66% | 0.07% | - |
| HSV(B) | 20.87º | 0.79% | 0.11% | - |
| XYZ | 0.7 | 0.59 | 0.25 | - |
| YUV | 17.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 6 | 0 | 0.52 | 0.79 | 0.89 | 20.87 | 0.66 | 0.07 |
| Hex | 1D | E | 6 | 0 | 34 | 4F | 59 | 15 | 42 | 7 |
| Octal | 35 | 16 | 6 | 0 | 64 | 117 | 131 | 25 | 102 | 7 |
| Binary | 11101 | 1110 | 110 | 0 | 110100 | 1001111 | 1011001 | 10101 | 1000010 | 111 |
Color Harmonies of #1D0E06
Complementary color
Monochromatic Colors of #1D0E06
Black with #1D0E06
Text Example
Text Example
White with #1D0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E06; }
p { color: rgb(29,14,6); }
H1.HeaderClassName
{
color: #1D0E06;
}
.AnyTagClassName
{
color: #1D0E06;
}
</style>
background-color css
<style>
a { background-color: #1D0E06; }
a { background-color: rgb(29,14,6); }
div.DivClassName
{
background-color: #1D0E06;
}
.BgClassName
{
background-color: #1D0E06;
}
</style>
border-color css
<style>
span { border-color: #1D0E06; }
span { border-color: rgb(29,14,6); }
td.TdClassName
{
border-color: #1D0E06;
}
.TagClassName
{
border-color: #1D0E06;
}
</style>