Shades of Seal Brown #1D0903
Tints of Seal Brown #1D0903
RGB
CMYK
RGB Variations
Color information
#1D0903 (or 0x1D0903) is known color: Seal Brown. HEX triplet: 1D, 09 and 03. RGB value is (29,9,3). Sum of RGB (Red+Green+Blue) = 29+9+3=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0903 is #E2F6FC. Grayscale: #0E0E0E. Windows color (decimal): -14874365 or 198941. OLE color: 198941.
HSL color Cylindrical-coordinate representation of color #1D0903: hue angle of 13.85º 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 #1D0903 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 9 | 3 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.89 |
| HSL | 13.85º | 0.81% | 0.06% | - |
| HSV(B) | 13.85º | 0.9% | 0.11% | - |
| XYZ | 0.62 | 0.46 | 0.14 | - |
| YUV | 14.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 3 | 0 | 0.69 | 0.90 | 0.89 | 13.85 | 0.81 | 0.06 |
| Hex | 1D | 9 | 3 | 0 | 45 | 5A | 59 | E | 51 | 6 |
| Octal | 35 | 11 | 3 | 0 | 105 | 132 | 131 | 16 | 121 | 6 |
| Binary | 11101 | 1001 | 11 | 0 | 1000101 | 1011010 | 1011001 | 1110 | 1010001 | 110 |
Color Harmonies of #1D0903
Complementary color
Monochromatic Colors of #1D0903
Black with #1D0903
Text Example
Text Example
White with #1D0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0903; }
p { color: rgb(29,9,3); }
H1.HeaderClassName
{
color: #1D0903;
}
.AnyTagClassName
{
color: #1D0903;
}
</style>
background-color css
<style>
a { background-color: #1D0903; }
a { background-color: rgb(29,9,3); }
div.DivClassName
{
background-color: #1D0903;
}
.BgClassName
{
background-color: #1D0903;
}
</style>
border-color css
<style>
span { border-color: #1D0903; }
span { border-color: rgb(29,9,3); }
td.TdClassName
{
border-color: #1D0903;
}
.TagClassName
{
border-color: #1D0903;
}
</style>