Shades of Seal Brown #1A1010
Tints of Seal Brown #1A1010
RGB
CMYK
RGB Variations
Color information
#1A1010 (or 0x1A1010) is known color: Seal Brown. HEX triplet: 1A, 10 and 10. RGB value is (26,16,16). Sum of RGB (Red+Green+Blue) = 26+16+16=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1010 is #E5EFEF. Grayscale: #131313. Windows color (decimal): -15069168 or 1052698. OLE color: 1052698.
HSL color Cylindrical-coordinate representation of color #1A1010: hue angle of 0º 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 #1A1010 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
RGB | 26 | 16 | 16 | - |
CMYK | 0 | 0.38 | 0.38 | 0.90 |
HSL | 0º | 0.24% | 0.08% | - |
HSV(B) | 0º | 0.38% | 0.1% | - |
XYZ | 0.7 | 0.63 | 0.57 | - |
YUV | 18.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 16 | 16 | 0 | 0.38 | 0.38 | 0.90 | 0 | 0.24 | 0.08 |
Hex | 1A | 10 | 10 | 0 | 26 | 26 | 5A | 0 | 18 | 8 |
Octal | 32 | 20 | 20 | 0 | 46 | 46 | 132 | 0 | 30 | 10 |
Binary | 11010 | 10000 | 10000 | 0 | 100110 | 100110 | 1011010 | 0 | 11000 | 1000 |
Color Harmonies of #1A1010
Complementary color
Monochromatic Colors of #1A1010
Black with #1A1010
Text Example
Text Example
White with #1A1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1010; }
p { color: rgb(26,16,16); }
H1.HeaderClassName
{
color: #1A1010;
}
.AnyTagClassName
{
color: #1A1010;
}
</style>
background-color css
<style>
a { background-color: #1A1010; }
a { background-color: rgb(26,16,16); }
div.DivClassName
{
background-color: #1A1010;
}
.BgClassName
{
background-color: #1A1010;
}
</style>
border-color css
<style>
span { border-color: #1A1010; }
span { border-color: rgb(26,16,16); }
td.TdClassName
{
border-color: #1A1010;
}
.TagClassName
{
border-color: #1A1010;
}
</style>