Shades of Seal Brown #2A1613
Tints of Seal Brown #2A1613
RGB
CMYK
RGB Variations
Color information
#2A1613 (or 0x2A1613) is known color: Seal Brown. HEX triplet: 2A, 16 and 13. RGB value is (42,22,19). Sum of RGB (Red+Green+Blue) = 42+22+19=83 (10% of max value = 765). Red value is 42 (16.80% from 255 or 50.60% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1613 is #D5E9EC. Grayscale: #1B1B1B. Windows color (decimal): -14019053 or 1250858. OLE color: 1250858.
HSL color Cylindrical-coordinate representation of color #2A1613: hue angle of 7.83º 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 #2A1613 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 22 | 19 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.84 |
| HSL | 7.83º | 0.38% | 0.12% | - |
| HSV(B) | 7.83º | 0.55% | 0.16% | - |
| XYZ | 1.36 | 1.11 | 0.76 | - |
| YUV | 27.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 19 | 0 | 0.48 | 0.55 | 0.84 | 7.83 | 0.38 | 0.12 |
| Hex | 2A | 16 | 13 | 0 | 30 | 37 | 54 | 8 | 26 | C |
| Octal | 52 | 26 | 23 | 0 | 60 | 67 | 124 | 10 | 46 | 14 |
| Binary | 101010 | 10110 | 10011 | 0 | 110000 | 110111 | 1010100 | 1000 | 100110 | 1100 |
Color Harmonies of #2A1613
Complementary color
Monochromatic Colors of #2A1613
Black with #2A1613
Text Example
Text Example
White with #2A1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1613; }
p { color: rgb(42,22,19); }
H1.HeaderClassName
{
color: #2A1613;
}
.AnyTagClassName
{
color: #2A1613;
}
</style>
background-color css
<style>
a { background-color: #2A1613; }
a { background-color: rgb(42,22,19); }
div.DivClassName
{
background-color: #2A1613;
}
.BgClassName
{
background-color: #2A1613;
}
</style>
border-color css
<style>
span { border-color: #2A1613; }
span { border-color: rgb(42,22,19); }
td.TdClassName
{
border-color: #2A1613;
}
.TagClassName
{
border-color: #2A1613;
}
</style>