Shades of Seal Brown #2A1713
Tints of Seal Brown #2A1713
RGB
CMYK
RGB Variations
Color information
#2A1713 (or 0x2A1713) is known color: Seal Brown. HEX triplet: 2A, 17 and 13. RGB value is (42,23,19). Sum of RGB (Red+Green+Blue) = 42+23+19=84 (11% of max value = 765). Red value is 42 (16.80% from 255 or 50% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1713 is #D5E8EC. Grayscale: #1C1C1C. Windows color (decimal): -14018797 or 1251114. OLE color: 1251114.
HSL color Cylindrical-coordinate representation of color #2A1713: hue angle of 10.43º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1713 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 23 | 19 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.84 |
| HSL | 10.43º | 0.38% | 0.12% | - |
| HSV(B) | 10.43º | 0.55% | 0.16% | - |
| XYZ | 1.38 | 1.15 | 0.77 | - |
| YUV | 28.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 19 | 0 | 0.45 | 0.55 | 0.84 | 10.43 | 0.38 | 0.12 |
| Hex | 2A | 17 | 13 | 0 | 2D | 37 | 54 | A | 26 | C |
| Octal | 52 | 27 | 23 | 0 | 55 | 67 | 124 | 12 | 46 | 14 |
| Binary | 101010 | 10111 | 10011 | 0 | 101101 | 110111 | 1010100 | 1010 | 100110 | 1100 |
Color Harmonies of #2A1713
Complementary color
Monochromatic Colors of #2A1713
Black with #2A1713
Text Example
Text Example
White with #2A1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1713; }
p { color: rgb(42,23,19); }
H1.HeaderClassName
{
color: #2A1713;
}
.AnyTagClassName
{
color: #2A1713;
}
</style>
background-color css
<style>
a { background-color: #2A1713; }
a { background-color: rgb(42,23,19); }
div.DivClassName
{
background-color: #2A1713;
}
.BgClassName
{
background-color: #2A1713;
}
</style>
border-color css
<style>
span { border-color: #2A1713; }
span { border-color: rgb(42,23,19); }
td.TdClassName
{
border-color: #2A1713;
}
.TagClassName
{
border-color: #2A1713;
}
</style>