Shades of Seal Brown #2A1715
Tints of Seal Brown #2A1715
RGB
CMYK
RGB Variations
Color information
#2A1715 (or 0x2A1715) is known color: Seal Brown. HEX triplet: 2A, 17 and 15. RGB value is (42,23,21). Sum of RGB (Red+Green+Blue) = 42+23+21=86 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.84% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1715 is #D5E8EA. Grayscale: #1C1C1C. Windows color (decimal): -14018795 or 1382186. OLE color: 1382186.
HSL color Cylindrical-coordinate representation of color #2A1715: hue angle of 5.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1715 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 23 | 21 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.84 |
| HSL | 5.71º | 0.33% | 0.12% | - |
| HSV(B) | 5.71º | 0.5% | 0.16% | - |
| XYZ | 1.4 | 1.16 | 0.86 | - |
| YUV | 28.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 21 | 0 | 0.45 | 0.50 | 0.84 | 5.71 | 0.33 | 0.12 |
| Hex | 2A | 17 | 15 | 0 | 2D | 32 | 54 | 6 | 21 | C |
| Octal | 52 | 27 | 25 | 0 | 55 | 62 | 124 | 6 | 41 | 14 |
| Binary | 101010 | 10111 | 10101 | 0 | 101101 | 110010 | 1010100 | 110 | 100001 | 1100 |
Color Harmonies of #2A1715
Complementary color
Monochromatic Colors of #2A1715
Black with #2A1715
Text Example
Text Example
White with #2A1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1715; }
p { color: rgb(42,23,21); }
H1.HeaderClassName
{
color: #2A1715;
}
.AnyTagClassName
{
color: #2A1715;
}
</style>
background-color css
<style>
a { background-color: #2A1715; }
a { background-color: rgb(42,23,21); }
div.DivClassName
{
background-color: #2A1715;
}
.BgClassName
{
background-color: #2A1715;
}
</style>
border-color css
<style>
span { border-color: #2A1715; }
span { border-color: rgb(42,23,21); }
td.TdClassName
{
border-color: #2A1715;
}
.TagClassName
{
border-color: #2A1715;
}
</style>