Shades of Seal Brown #1D0908
Tints of Seal Brown #1D0908
RGB
CMYK
RGB Variations
Color information
#1D0908 (or 0x1D0908) is known color: Seal Brown. HEX triplet: 1D, 09 and 08. RGB value is (29,9,8). Sum of RGB (Red+Green+Blue) = 29+9+8=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0908 is #E2F6F7. Grayscale: #0E0E0E. Windows color (decimal): -14874360 or 526621. OLE color: 526621.
HSL color Cylindrical-coordinate representation of color #1D0908: hue angle of 2.86º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D0908 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 9 | 8 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.89 |
| HSL | 2.86º | 0.57% | 0.07% | - |
| HSV(B) | 2.86º | 0.72% | 0.11% | - |
| XYZ | 0.65 | 0.47 | 0.29 | - |
| YUV | 14.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 8 | 0 | 0.69 | 0.72 | 0.89 | 2.86 | 0.57 | 0.07 |
| Hex | 1D | 9 | 8 | 0 | 45 | 48 | 59 | 3 | 39 | 7 |
| Octal | 35 | 11 | 10 | 0 | 105 | 110 | 131 | 3 | 71 | 7 |
| Binary | 11101 | 1001 | 1000 | 0 | 1000101 | 1001000 | 1011001 | 11 | 111001 | 111 |
Color Harmonies of #1D0908
Complementary color
Monochromatic Colors of #1D0908
Black with #1D0908
Text Example
Text Example
White with #1D0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0908; }
p { color: rgb(29,9,8); }
H1.HeaderClassName
{
color: #1D0908;
}
.AnyTagClassName
{
color: #1D0908;
}
</style>
background-color css
<style>
a { background-color: #1D0908; }
a { background-color: rgb(29,9,8); }
div.DivClassName
{
background-color: #1D0908;
}
.BgClassName
{
background-color: #1D0908;
}
</style>
border-color css
<style>
span { border-color: #1D0908; }
span { border-color: rgb(29,9,8); }
td.TdClassName
{
border-color: #1D0908;
}
.TagClassName
{
border-color: #1D0908;
}
</style>