Shades of Seal Brown #1D0B0A
Tints of Seal Brown #1D0B0A
RGB
CMYK
RGB Variations
Color information
#1D0B0A (or 0x1D0B0A) is known color: Seal Brown. HEX triplet: 1D, 0B and 0A. RGB value is (29,11,10). Sum of RGB (Red+Green+Blue) = 29+11+10=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B0A is #E2F4F5. Grayscale: #101010. Windows color (decimal): -14873846 or 658205. OLE color: 658205.
HSL color Cylindrical-coordinate representation of color #1D0B0A: hue angle of 3.16º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D0B0A is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 11 | 10 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.89 |
| HSL | 3.16º | 0.49% | 0.08% | - |
| HSV(B) | 3.16º | 0.66% | 0.11% | - |
| XYZ | 0.68 | 0.52 | 0.35 | - |
| YUV | 16.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 10 | 0 | 0.62 | 0.66 | 0.89 | 3.16 | 0.49 | 0.08 |
| Hex | 1D | B | A | 0 | 3E | 42 | 59 | 3 | 31 | 8 |
| Octal | 35 | 13 | 12 | 0 | 76 | 102 | 131 | 3 | 61 | 10 |
| Binary | 11101 | 1011 | 1010 | 0 | 111110 | 1000010 | 1011001 | 11 | 110001 | 1000 |
Color Harmonies of #1D0B0A
Complementary color
Monochromatic Colors of #1D0B0A
Black with #1D0B0A
Text Example
Text Example
White with #1D0B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B0A; }
p { color: rgb(29,11,10); }
H1.HeaderClassName
{
color: #1D0B0A;
}
.AnyTagClassName
{
color: #1D0B0A;
}
</style>
background-color css
<style>
a { background-color: #1D0B0A; }
a { background-color: rgb(29,11,10); }
div.DivClassName
{
background-color: #1D0B0A;
}
.BgClassName
{
background-color: #1D0B0A;
}
</style>
border-color css
<style>
span { border-color: #1D0B0A; }
span { border-color: rgb(29,11,10); }
td.TdClassName
{
border-color: #1D0B0A;
}
.TagClassName
{
border-color: #1D0B0A;
}
</style>