Shades of Seal Brown #1A1210
Tints of Seal Brown #1A1210
RGB
CMYK
RGB Variations
Color information
#1A1210 (or 0x1A1210) is known color: Seal Brown. HEX triplet: 1A, 12 and 10. RGB value is (26,18,16). Sum of RGB (Red+Green+Blue) = 26+18+16=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1210 is #E5EDEF. Grayscale: #141414. Windows color (decimal): -15068656 or 1053210. OLE color: 1053210.
HSL color Cylindrical-coordinate representation of color #1A1210: hue angle of 12º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1210 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 18 | 16 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.90 |
| HSL | 12º | 0.24% | 0.08% | - |
| HSV(B) | 12º | 0.38% | 0.1% | - |
| XYZ | 0.74 | 0.69 | 0.58 | - |
| YUV | 20.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 16 | 0 | 0.31 | 0.38 | 0.90 | 12 | 0.24 | 0.08 |
| Hex | 1A | 12 | 10 | 0 | 1F | 26 | 5A | C | 18 | 8 |
| Octal | 32 | 22 | 20 | 0 | 37 | 46 | 132 | 14 | 30 | 10 |
| Binary | 11010 | 10010 | 10000 | 0 | 11111 | 100110 | 1011010 | 1100 | 11000 | 1000 |
Color Harmonies of #1A1210
Complementary color
Monochromatic Colors of #1A1210
Black with #1A1210
Text Example
Text Example
White with #1A1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1210; }
p { color: rgb(26,18,16); }
H1.HeaderClassName
{
color: #1A1210;
}
.AnyTagClassName
{
color: #1A1210;
}
</style>
background-color css
<style>
a { background-color: #1A1210; }
a { background-color: rgb(26,18,16); }
div.DivClassName
{
background-color: #1A1210;
}
.BgClassName
{
background-color: #1A1210;
}
</style>
border-color css
<style>
span { border-color: #1A1210; }
span { border-color: rgb(26,18,16); }
td.TdClassName
{
border-color: #1A1210;
}
.TagClassName
{
border-color: #1A1210;
}
</style>