Shades of Seal Brown #1D0808
Tints of Seal Brown #1D0808
RGB
CMYK
RGB Variations
Color information
#1D0808 (or 0x1D0808) is known color: Seal Brown. HEX triplet: 1D, 08 and 08. RGB value is (29,8,8). Sum of RGB (Red+Green+Blue) = 29+8+8=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0808 is #E2F7F7. Grayscale: #0E0E0E. Windows color (decimal): -14874616 or 526365. OLE color: 526365.
HSL color Cylindrical-coordinate representation of color #1D0808: hue angle of 0º 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 #1D0808 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 8 | 8 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.89 |
| HSL | 0º | 0.57% | 0.07% | - |
| HSV(B) | 0º | 0.72% | 0.11% | - |
| XYZ | 0.64 | 0.45 | 0.28 | - |
| YUV | 14.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 8 | 0 | 0.72 | 0.72 | 0.89 | 0 | 0.57 | 0.07 |
| Hex | 1D | 8 | 8 | 0 | 48 | 48 | 59 | 0 | 39 | 7 |
| Octal | 35 | 10 | 10 | 0 | 110 | 110 | 131 | 0 | 71 | 7 |
| Binary | 11101 | 1000 | 1000 | 0 | 1001000 | 1001000 | 1011001 | 0 | 111001 | 111 |
Color Harmonies of #1D0808
Complementary color
Monochromatic Colors of #1D0808
Black with #1D0808
Text Example
Text Example
White with #1D0808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0808; }
p { color: rgb(29,8,8); }
H1.HeaderClassName
{
color: #1D0808;
}
.AnyTagClassName
{
color: #1D0808;
}
</style>
background-color css
<style>
a { background-color: #1D0808; }
a { background-color: rgb(29,8,8); }
div.DivClassName
{
background-color: #1D0808;
}
.BgClassName
{
background-color: #1D0808;
}
</style>
border-color css
<style>
span { border-color: #1D0808; }
span { border-color: rgb(29,8,8); }
td.TdClassName
{
border-color: #1D0808;
}
.TagClassName
{
border-color: #1D0808;
}
</style>