Shades of Seal Brown #1D0A0A
Tints of Seal Brown #1D0A0A
RGB
CMYK
RGB Variations
Color information
#1D0A0A (or 0x1D0A0A) is known color: Seal Brown. HEX triplet: 1D, 0A and 0A. RGB value is (29,10,10). Sum of RGB (Red+Green+Blue) = 29+10+10=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A0A is #E2F5F5. Grayscale: #0F0F0F. Windows color (decimal): -14874102 or 657949. OLE color: 657949.
HSL color Cylindrical-coordinate representation of color #1D0A0A: hue angle of 0º 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 #1D0A0A is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 10 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.89 |
| HSL | 0º | 0.49% | 0.08% | - |
| HSV(B) | 0º | 0.66% | 0.11% | - |
| XYZ | 0.67 | 0.5 | 0.35 | - |
| YUV | 15.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 10 | 0 | 0.66 | 0.66 | 0.89 | 0 | 0.49 | 0.08 |
| Hex | 1D | A | A | 0 | 42 | 42 | 59 | 0 | 31 | 8 |
| Octal | 35 | 12 | 12 | 0 | 102 | 102 | 131 | 0 | 61 | 10 |
| Binary | 11101 | 1010 | 1010 | 0 | 1000010 | 1000010 | 1011001 | 0 | 110001 | 1000 |
Color Harmonies of #1D0A0A
Complementary color
Monochromatic Colors of #1D0A0A
Black with #1D0A0A
Text Example
Text Example
White with #1D0A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A0A; }
p { color: rgb(29,10,10); }
H1.HeaderClassName
{
color: #1D0A0A;
}
.AnyTagClassName
{
color: #1D0A0A;
}
</style>
background-color css
<style>
a { background-color: #1D0A0A; }
a { background-color: rgb(29,10,10); }
div.DivClassName
{
background-color: #1D0A0A;
}
.BgClassName
{
background-color: #1D0A0A;
}
</style>
border-color css
<style>
span { border-color: #1D0A0A; }
span { border-color: rgb(29,10,10); }
td.TdClassName
{
border-color: #1D0A0A;
}
.TagClassName
{
border-color: #1D0A0A;
}
</style>