Shades of Seal Brown #1D100B
Tints of Seal Brown #1D100B
RGB
CMYK
RGB Variations
Color information
#1D100B (or 0x1D100B) is known color: Seal Brown. HEX triplet: 1D, 10 and 0B. RGB value is (29,16,11). Sum of RGB (Red+Green+Blue) = 29+16+11=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D100B is #E2EFF4. Grayscale: #131313. Windows color (decimal): -14872565 or 725021. OLE color: 725021.
HSL color Cylindrical-coordinate representation of color #1D100B: hue angle of 16.67º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D100B is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 16 | 11 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.89 |
| HSL | 16.67º | 0.45% | 0.08% | - |
| HSV(B) | 16.67º | 0.62% | 0.11% | - |
| XYZ | 0.75 | 0.66 | 0.4 | - |
| YUV | 19.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 11 | 0 | 0.45 | 0.62 | 0.89 | 16.67 | 0.45 | 0.08 |
| Hex | 1D | 10 | B | 0 | 2D | 3E | 59 | 11 | 2D | 8 |
| Octal | 35 | 20 | 13 | 0 | 55 | 76 | 131 | 21 | 55 | 10 |
| Binary | 11101 | 10000 | 1011 | 0 | 101101 | 111110 | 1011001 | 10001 | 101101 | 1000 |
Color Harmonies of #1D100B
Complementary color
Monochromatic Colors of #1D100B
Black with #1D100B
Text Example
Text Example
White with #1D100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D100B; }
p { color: rgb(29,16,11); }
H1.HeaderClassName
{
color: #1D100B;
}
.AnyTagClassName
{
color: #1D100B;
}
</style>
background-color css
<style>
a { background-color: #1D100B; }
a { background-color: rgb(29,16,11); }
div.DivClassName
{
background-color: #1D100B;
}
.BgClassName
{
background-color: #1D100B;
}
</style>
border-color css
<style>
span { border-color: #1D100B; }
span { border-color: rgb(29,16,11); }
td.TdClassName
{
border-color: #1D100B;
}
.TagClassName
{
border-color: #1D100B;
}
</style>