Shades of Seal Brown #1D0F0D
Tints of Seal Brown #1D0F0D
RGB
CMYK
RGB Variations
Color information
#1D0F0D (or 0x1D0F0D) is known color: Seal Brown. HEX triplet: 1D, 0F and 0D. RGB value is (29,15,13). Sum of RGB (Red+Green+Blue) = 29+15+13=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F0D is #E2F0F2. Grayscale: #121212. Windows color (decimal): -14872819 or 855837. OLE color: 855837.
HSL color Cylindrical-coordinate representation of color #1D0F0D: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D0F0D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 15 | 13 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.89 |
| HSL | 7.5º | 0.38% | 0.08% | - |
| HSV(B) | 7.5º | 0.55% | 0.11% | - |
| XYZ | 0.75 | 0.63 | 0.46 | - |
| YUV | 18.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 13 | 0 | 0.48 | 0.55 | 0.89 | 7.5 | 0.38 | 0.08 |
| Hex | 1D | F | D | 0 | 30 | 37 | 59 | 8 | 26 | 8 |
| Octal | 35 | 17 | 15 | 0 | 60 | 67 | 131 | 10 | 46 | 10 |
| Binary | 11101 | 1111 | 1101 | 0 | 110000 | 110111 | 1011001 | 1000 | 100110 | 1000 |
Color Harmonies of #1D0F0D
Complementary color
Monochromatic Colors of #1D0F0D
Black with #1D0F0D
Text Example
Text Example
White with #1D0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F0D; }
p { color: rgb(29,15,13); }
H1.HeaderClassName
{
color: #1D0F0D;
}
.AnyTagClassName
{
color: #1D0F0D;
}
</style>
background-color css
<style>
a { background-color: #1D0F0D; }
a { background-color: rgb(29,15,13); }
div.DivClassName
{
background-color: #1D0F0D;
}
.BgClassName
{
background-color: #1D0F0D;
}
</style>
border-color css
<style>
span { border-color: #1D0F0D; }
span { border-color: rgb(29,15,13); }
td.TdClassName
{
border-color: #1D0F0D;
}
.TagClassName
{
border-color: #1D0F0D;
}
</style>