Shades of Seal Brown #1D1210
Tints of Seal Brown #1D1210
RGB
CMYK
RGB Variations
Color information
#1D1210 (or 0x1D1210) is known color: Seal Brown. HEX triplet: 1D, 12 and 10. RGB value is (29,18,16). Sum of RGB (Red+Green+Blue) = 29+18+16=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1210 is #E2EDEF. Grayscale: #151515. Windows color (decimal): -14872048 or 1053213. OLE color: 1053213.
HSL color Cylindrical-coordinate representation of color #1D1210: hue angle of 9.23º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D1210 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 16 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.89 |
| HSL | 9.23º | 0.29% | 0.09% | - |
| HSV(B) | 9.23º | 0.45% | 0.11% | - |
| XYZ | 0.82 | 0.73 | 0.59 | - |
| YUV | 21.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 16 | 0 | 0.38 | 0.45 | 0.89 | 9.23 | 0.29 | 0.09 |
| Hex | 1D | 12 | 10 | 0 | 26 | 2D | 59 | 9 | 1D | 9 |
| Octal | 35 | 22 | 20 | 0 | 46 | 55 | 131 | 11 | 35 | 11 |
| Binary | 11101 | 10010 | 10000 | 0 | 100110 | 101101 | 1011001 | 1001 | 11101 | 1001 |
Color Harmonies of #1D1210
Complementary color
Monochromatic Colors of #1D1210
Black with #1D1210
Text Example
Text Example
White with #1D1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1210; }
p { color: rgb(29,18,16); }
H1.HeaderClassName
{
color: #1D1210;
}
.AnyTagClassName
{
color: #1D1210;
}
</style>
background-color css
<style>
a { background-color: #1D1210; }
a { background-color: rgb(29,18,16); }
div.DivClassName
{
background-color: #1D1210;
}
.BgClassName
{
background-color: #1D1210;
}
</style>
border-color css
<style>
span { border-color: #1D1210; }
span { border-color: rgb(29,18,16); }
td.TdClassName
{
border-color: #1D1210;
}
.TagClassName
{
border-color: #1D1210;
}
</style>