Shades of Seal Brown #1D0A04
Tints of Seal Brown #1D0A04
RGB
CMYK
RGB Variations
Color information
#1D0A04 (or 0x1D0A04) is known color: Seal Brown. HEX triplet: 1D, 0A and 04. RGB value is (29,10,4). Sum of RGB (Red+Green+Blue) = 29+10+4=43 (5% of max value = 765). Red value is 29 (11.72% from 255 or 67.44% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A04 is #E2F5FB. Grayscale: #0F0F0F. Windows color (decimal): -14874108 or 264733. OLE color: 264733.
HSL color Cylindrical-coordinate representation of color #1D0A04: hue angle of 14.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D0A04 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 4 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.89 |
| HSL | 14.4º | 0.76% | 0.06% | - |
| HSV(B) | 14.4º | 0.86% | 0.11% | - |
| XYZ | 0.64 | 0.49 | 0.18 | - |
| YUV | 15 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 4 | 0 | 0.66 | 0.86 | 0.89 | 14.4 | 0.76 | 0.06 |
| Hex | 1D | A | 4 | 0 | 42 | 56 | 59 | E | 4C | 6 |
| Octal | 35 | 12 | 4 | 0 | 102 | 126 | 131 | 16 | 114 | 6 |
| Binary | 11101 | 1010 | 100 | 0 | 1000010 | 1010110 | 1011001 | 1110 | 1001100 | 110 |
Color Harmonies of #1D0A04
Complementary color
Monochromatic Colors of #1D0A04
Black with #1D0A04
Text Example
Text Example
White with #1D0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A04; }
p { color: rgb(29,10,4); }
H1.HeaderClassName
{
color: #1D0A04;
}
.AnyTagClassName
{
color: #1D0A04;
}
</style>
background-color css
<style>
a { background-color: #1D0A04; }
a { background-color: rgb(29,10,4); }
div.DivClassName
{
background-color: #1D0A04;
}
.BgClassName
{
background-color: #1D0A04;
}
</style>
border-color css
<style>
span { border-color: #1D0A04; }
span { border-color: rgb(29,10,4); }
td.TdClassName
{
border-color: #1D0A04;
}
.TagClassName
{
border-color: #1D0A04;
}
</style>