Shades of Seal Brown #1A0D09
Tints of Seal Brown #1A0D09
RGB
CMYK
RGB Variations
Color information
#1A0D09 (or 0x1A0D09) is known color: Seal Brown. HEX triplet: 1A, 0D and 09. RGB value is (26,13,9). Sum of RGB (Red+Green+Blue) = 26+13+9=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D09 is #E5F2F6. Grayscale: #101010. Windows color (decimal): -15069943 or 593178. OLE color: 593178.
HSL color Cylindrical-coordinate representation of color #1A0D09: hue angle of 14.12º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A0D09 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 13 | 9 | - |
| CMYK | 0 | 0.5 | 0.65 | 0.90 |
| HSL | 14.12º | 0.49% | 0.07% | - |
| HSV(B) | 14.12º | 0.65% | 0.1% | - |
| XYZ | 0.62 | 0.53 | 0.33 | - |
| YUV | 16.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 9 | 0 | 0.5 | 0.65 | 0.90 | 14.12 | 0.49 | 0.07 |
| Hex | 1A | D | 9 | 0 | 32 | 41 | 5A | E | 31 | 7 |
| Octal | 32 | 15 | 11 | 0 | 62 | 101 | 132 | 16 | 61 | 7 |
| Binary | 11010 | 1101 | 1001 | 0 | 110010 | 1000001 | 1011010 | 1110 | 110001 | 111 |
Color Harmonies of #1A0D09
Complementary color
Monochromatic Colors of #1A0D09
Black with #1A0D09
Text Example
Text Example
White with #1A0D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D09; }
p { color: rgb(26,13,9); }
H1.HeaderClassName
{
color: #1A0D09;
}
.AnyTagClassName
{
color: #1A0D09;
}
</style>
background-color css
<style>
a { background-color: #1A0D09; }
a { background-color: rgb(26,13,9); }
div.DivClassName
{
background-color: #1A0D09;
}
.BgClassName
{
background-color: #1A0D09;
}
</style>
border-color css
<style>
span { border-color: #1A0D09; }
span { border-color: rgb(26,13,9); }
td.TdClassName
{
border-color: #1A0D09;
}
.TagClassName
{
border-color: #1A0D09;
}
</style>