Shades of Seal Brown #1A1412
Tints of Seal Brown #1A1412
RGB
CMYK
RGB Variations
Color information
#1A1412 (or 0x1A1412) is known color: Seal Brown. HEX triplet: 1A, 14 and 12. RGB value is (26,20,18). Sum of RGB (Red+Green+Blue) = 26+20+18=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1412 is #E5EBED. Grayscale: #151515. Windows color (decimal): -15068142 or 1184794. OLE color: 1184794.
HSL color Cylindrical-coordinate representation of color #1A1412: hue angle of 15º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1A1412 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 20 | 18 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.90 |
| HSL | 15º | 0.18% | 0.09% | - |
| HSV(B) | 15º | 0.31% | 0.1% | - |
| XYZ | 0.79 | 0.76 | 0.68 | - |
| YUV | 21.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 18 | 0 | 0.23 | 0.31 | 0.90 | 15 | 0.18 | 0.09 |
| Hex | 1A | 14 | 12 | 0 | 17 | 1F | 5A | F | 12 | 9 |
| Octal | 32 | 24 | 22 | 0 | 27 | 37 | 132 | 17 | 22 | 11 |
| Binary | 11010 | 10100 | 10010 | 0 | 10111 | 11111 | 1011010 | 1111 | 10010 | 1001 |
Color Harmonies of #1A1412
Complementary color
Monochromatic Colors of #1A1412
Black with #1A1412
Text Example
Text Example
White with #1A1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1412; }
p { color: rgb(26,20,18); }
H1.HeaderClassName
{
color: #1A1412;
}
.AnyTagClassName
{
color: #1A1412;
}
</style>
background-color css
<style>
a { background-color: #1A1412; }
a { background-color: rgb(26,20,18); }
div.DivClassName
{
background-color: #1A1412;
}
.BgClassName
{
background-color: #1A1412;
}
</style>
border-color css
<style>
span { border-color: #1A1412; }
span { border-color: rgb(26,20,18); }
td.TdClassName
{
border-color: #1A1412;
}
.TagClassName
{
border-color: #1A1412;
}
</style>