Shades of Seal Brown #1A0F0C
Tints of Seal Brown #1A0F0C
RGB
CMYK
RGB Variations
Color information
#1A0F0C (or 0x1A0F0C) is known color: Seal Brown. HEX triplet: 1A, 0F and 0C. RGB value is (26,15,12). Sum of RGB (Red+Green+Blue) = 26+15+12=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F0C is #E5F0F3. Grayscale: #111111. Windows color (decimal): -15069428 or 790298. OLE color: 790298.
HSL color Cylindrical-coordinate representation of color #1A0F0C: hue angle of 12.86º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A0F0C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 15 | 12 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.90 |
| HSL | 12.86º | 0.37% | 0.07% | - |
| HSV(B) | 12.86º | 0.54% | 0.1% | - |
| XYZ | 0.66 | 0.59 | 0.43 | - |
| YUV | 17.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 12 | 0 | 0.42 | 0.54 | 0.90 | 12.86 | 0.37 | 0.07 |
| Hex | 1A | F | C | 0 | 2A | 36 | 5A | D | 25 | 7 |
| Octal | 32 | 17 | 14 | 0 | 52 | 66 | 132 | 15 | 45 | 7 |
| Binary | 11010 | 1111 | 1100 | 0 | 101010 | 110110 | 1011010 | 1101 | 100101 | 111 |
Color Harmonies of #1A0F0C
Complementary color
Monochromatic Colors of #1A0F0C
Black with #1A0F0C
Text Example
Text Example
White with #1A0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F0C; }
p { color: rgb(26,15,12); }
H1.HeaderClassName
{
color: #1A0F0C;
}
.AnyTagClassName
{
color: #1A0F0C;
}
</style>
background-color css
<style>
a { background-color: #1A0F0C; }
a { background-color: rgb(26,15,12); }
div.DivClassName
{
background-color: #1A0F0C;
}
.BgClassName
{
background-color: #1A0F0C;
}
</style>
border-color css
<style>
span { border-color: #1A0F0C; }
span { border-color: rgb(26,15,12); }
td.TdClassName
{
border-color: #1A0F0C;
}
.TagClassName
{
border-color: #1A0F0C;
}
</style>