Shades of Seal Brown #1D0904
Tints of Seal Brown #1D0904
RGB
CMYK
RGB Variations
Color information
#1D0904 (or 0x1D0904) is known color: Seal Brown. HEX triplet: 1D, 09 and 04. RGB value is (29,9,4). Sum of RGB (Red+Green+Blue) = 29+9+4=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0904 is #E2F6FB. Grayscale: #0E0E0E. Windows color (decimal): -14874364 or 264477. OLE color: 264477.
HSL color Cylindrical-coordinate representation of color #1D0904: hue angle of 12º 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 #1D0904 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 9 | 4 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.89 |
| HSL | 12º | 0.76% | 0.06% | - |
| HSV(B) | 12º | 0.86% | 0.11% | - |
| XYZ | 0.63 | 0.47 | 0.17 | - |
| YUV | 14.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 4 | 0 | 0.69 | 0.86 | 0.89 | 12 | 0.76 | 0.06 |
| Hex | 1D | 9 | 4 | 0 | 45 | 56 | 59 | C | 4C | 6 |
| Octal | 35 | 11 | 4 | 0 | 105 | 126 | 131 | 14 | 114 | 6 |
| Binary | 11101 | 1001 | 100 | 0 | 1000101 | 1010110 | 1011001 | 1100 | 1001100 | 110 |
Color Harmonies of #1D0904
Complementary color
Monochromatic Colors of #1D0904
Black with #1D0904
Text Example
Text Example
White with #1D0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0904; }
p { color: rgb(29,9,4); }
H1.HeaderClassName
{
color: #1D0904;
}
.AnyTagClassName
{
color: #1D0904;
}
</style>
background-color css
<style>
a { background-color: #1D0904; }
a { background-color: rgb(29,9,4); }
div.DivClassName
{
background-color: #1D0904;
}
.BgClassName
{
background-color: #1D0904;
}
</style>
border-color css
<style>
span { border-color: #1D0904; }
span { border-color: rgb(29,9,4); }
td.TdClassName
{
border-color: #1D0904;
}
.TagClassName
{
border-color: #1D0904;
}
</style>