Shades of Seal Brown #1D0E0D
Tints of Seal Brown #1D0E0D
RGB
CMYK
RGB Variations
Color information
#1D0E0D (or 0x1D0E0D) is known color: Seal Brown. HEX triplet: 1D, 0E and 0D. RGB value is (29,14,13). Sum of RGB (Red+Green+Blue) = 29+14+13=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E0D is #E2F1F2. Grayscale: #121212. Windows color (decimal): -14873075 or 855581. OLE color: 855581.
HSL color Cylindrical-coordinate representation of color #1D0E0D: hue angle of 3.75º 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 #1D0E0D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 14 | 13 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.89 |
| HSL | 3.75º | 0.38% | 0.08% | - |
| HSV(B) | 3.75º | 0.55% | 0.11% | - |
| XYZ | 0.74 | 0.6 | 0.46 | - |
| YUV | 18.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 13 | 0 | 0.52 | 0.55 | 0.89 | 3.75 | 0.38 | 0.08 |
| Hex | 1D | E | D | 0 | 34 | 37 | 59 | 4 | 26 | 8 |
| Octal | 35 | 16 | 15 | 0 | 64 | 67 | 131 | 4 | 46 | 10 |
| Binary | 11101 | 1110 | 1101 | 0 | 110100 | 110111 | 1011001 | 100 | 100110 | 1000 |
Color Harmonies of #1D0E0D
Complementary color
Monochromatic Colors of #1D0E0D
Black with #1D0E0D
Text Example
Text Example
White with #1D0E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E0D; }
p { color: rgb(29,14,13); }
H1.HeaderClassName
{
color: #1D0E0D;
}
.AnyTagClassName
{
color: #1D0E0D;
}
</style>
background-color css
<style>
a { background-color: #1D0E0D; }
a { background-color: rgb(29,14,13); }
div.DivClassName
{
background-color: #1D0E0D;
}
.BgClassName
{
background-color: #1D0E0D;
}
</style>
border-color css
<style>
span { border-color: #1D0E0D; }
span { border-color: rgb(29,14,13); }
td.TdClassName
{
border-color: #1D0E0D;
}
.TagClassName
{
border-color: #1D0E0D;
}
</style>