Shades of Seal Brown #1D0A03
Tints of Seal Brown #1D0A03
RGB
CMYK
RGB Variations
Color information
#1D0A03 (or 0x1D0A03) is known color: Seal Brown. HEX triplet: 1D, 0A and 03. RGB value is (29,10,3). Sum of RGB (Red+Green+Blue) = 29+10+3=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A03 is #E2F5FC. Grayscale: #0E0E0E. Windows color (decimal): -14874109 or 199197. OLE color: 199197.
HSL color Cylindrical-coordinate representation of color #1D0A03: hue angle of 16.15º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0A03 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 3 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.89 |
| HSL | 16.15º | 0.81% | 0.06% | - |
| HSV(B) | 16.15º | 0.9% | 0.11% | - |
| XYZ | 0.63 | 0.48 | 0.15 | - |
| YUV | 14.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 3 | 0 | 0.66 | 0.90 | 0.89 | 16.15 | 0.81 | 0.06 |
| Hex | 1D | A | 3 | 0 | 42 | 5A | 59 | 10 | 51 | 6 |
| Octal | 35 | 12 | 3 | 0 | 102 | 132 | 131 | 20 | 121 | 6 |
| Binary | 11101 | 1010 | 11 | 0 | 1000010 | 1011010 | 1011001 | 10000 | 1010001 | 110 |
Color Harmonies of #1D0A03
Complementary color
Monochromatic Colors of #1D0A03
Black with #1D0A03
Text Example
Text Example
White with #1D0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A03; }
p { color: rgb(29,10,3); }
H1.HeaderClassName
{
color: #1D0A03;
}
.AnyTagClassName
{
color: #1D0A03;
}
</style>
background-color css
<style>
a { background-color: #1D0A03; }
a { background-color: rgb(29,10,3); }
div.DivClassName
{
background-color: #1D0A03;
}
.BgClassName
{
background-color: #1D0A03;
}
</style>
border-color css
<style>
span { border-color: #1D0A03; }
span { border-color: rgb(29,10,3); }
td.TdClassName
{
border-color: #1D0A03;
}
.TagClassName
{
border-color: #1D0A03;
}
</style>