Shades of Seal Brown #1D0906
Tints of Seal Brown #1D0906
RGB
CMYK
RGB Variations
Color information
#1D0906 (or 0x1D0906) is known color: Seal Brown. HEX triplet: 1D, 09 and 06. RGB value is (29,9,6). Sum of RGB (Red+Green+Blue) = 29+9+6=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0906 is #E2F6F9. Grayscale: #0E0E0E. Windows color (decimal): -14874362 or 395549. OLE color: 395549.
HSL color Cylindrical-coordinate representation of color #1D0906: hue angle of 7.83º 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 #1D0906 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 9 | 6 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.89 |
| HSL | 7.83º | 0.66% | 0.07% | - |
| HSV(B) | 7.83º | 0.79% | 0.11% | - |
| XYZ | 0.64 | 0.47 | 0.23 | - |
| YUV | 14.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 6 | 0 | 0.69 | 0.79 | 0.89 | 7.83 | 0.66 | 0.07 |
| Hex | 1D | 9 | 6 | 0 | 45 | 4F | 59 | 8 | 42 | 7 |
| Octal | 35 | 11 | 6 | 0 | 105 | 117 | 131 | 10 | 102 | 7 |
| Binary | 11101 | 1001 | 110 | 0 | 1000101 | 1001111 | 1011001 | 1000 | 1000010 | 111 |
Color Harmonies of #1D0906
Complementary color
Monochromatic Colors of #1D0906
Black with #1D0906
Text Example
Text Example
White with #1D0906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0906; }
p { color: rgb(29,9,6); }
H1.HeaderClassName
{
color: #1D0906;
}
.AnyTagClassName
{
color: #1D0906;
}
</style>
background-color css
<style>
a { background-color: #1D0906; }
a { background-color: rgb(29,9,6); }
div.DivClassName
{
background-color: #1D0906;
}
.BgClassName
{
background-color: #1D0906;
}
</style>
border-color css
<style>
span { border-color: #1D0906; }
span { border-color: rgb(29,9,6); }
td.TdClassName
{
border-color: #1D0906;
}
.TagClassName
{
border-color: #1D0906;
}
</style>