Shades of Seal Brown #1A0A08
Tints of Seal Brown #1A0A08
RGB
CMYK
RGB Variations
Color information
#1A0A08 (or 0x1A0A08) is known color: Seal Brown. HEX triplet: 1A, 0A and 08. RGB value is (26,10,8). Sum of RGB (Red+Green+Blue) = 26+10+8=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A08 is #E5F5F7. Grayscale: #0E0E0E. Windows color (decimal): -15070712 or 526874. OLE color: 526874.
HSL color Cylindrical-coordinate representation of color #1A0A08: hue angle of 6.67º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A0A08 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 10 | 8 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.90 |
| HSL | 6.67º | 0.53% | 0.07% | - |
| HSV(B) | 6.67º | 0.69% | 0.1% | - |
| XYZ | 0.58 | 0.45 | 0.29 | - |
| YUV | 14.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 8 | 0 | 0.62 | 0.69 | 0.90 | 6.67 | 0.53 | 0.07 |
| Hex | 1A | A | 8 | 0 | 3E | 45 | 5A | 7 | 35 | 7 |
| Octal | 32 | 12 | 10 | 0 | 76 | 105 | 132 | 7 | 65 | 7 |
| Binary | 11010 | 1010 | 1000 | 0 | 111110 | 1000101 | 1011010 | 111 | 110101 | 111 |
Color Harmonies of #1A0A08
Complementary color
Monochromatic Colors of #1A0A08
Black with #1A0A08
Text Example
Text Example
White with #1A0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A08; }
p { color: rgb(26,10,8); }
H1.HeaderClassName
{
color: #1A0A08;
}
.AnyTagClassName
{
color: #1A0A08;
}
</style>
background-color css
<style>
a { background-color: #1A0A08; }
a { background-color: rgb(26,10,8); }
div.DivClassName
{
background-color: #1A0A08;
}
.BgClassName
{
background-color: #1A0A08;
}
</style>
border-color css
<style>
span { border-color: #1A0A08; }
span { border-color: rgb(26,10,8); }
td.TdClassName
{
border-color: #1A0A08;
}
.TagClassName
{
border-color: #1A0A08;
}
</style>