Shades of Seal Brown #2A1413
Tints of Seal Brown #2A1413
RGB
CMYK
RGB Variations
Color information
#2A1413 (or 0x2A1413) is known color: Seal Brown. HEX triplet: 2A, 14 and 13. RGB value is (42,20,19). Sum of RGB (Red+Green+Blue) = 42+20+19=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1413 is #D5EBEC. Grayscale: #1A1A1A. Windows color (decimal): -14019565 or 1250346. OLE color: 1250346.
HSL color Cylindrical-coordinate representation of color #2A1413: hue angle of 2.61º 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 #2A1413 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 20 | 19 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.84 |
| HSL | 2.61º | 0.38% | 0.12% | - |
| HSV(B) | 2.61º | 0.55% | 0.16% | - |
| XYZ | 1.32 | 1.04 | 0.75 | - |
| YUV | 26.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 19 | 0 | 0.52 | 0.55 | 0.84 | 2.61 | 0.38 | 0.12 |
| Hex | 2A | 14 | 13 | 0 | 34 | 37 | 54 | 3 | 26 | C |
| Octal | 52 | 24 | 23 | 0 | 64 | 67 | 124 | 3 | 46 | 14 |
| Binary | 101010 | 10100 | 10011 | 0 | 110100 | 110111 | 1010100 | 11 | 100110 | 1100 |
Color Harmonies of #2A1413
Complementary color
Monochromatic Colors of #2A1413
Black with #2A1413
Text Example
Text Example
White with #2A1413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1413; }
p { color: rgb(42,20,19); }
H1.HeaderClassName
{
color: #2A1413;
}
.AnyTagClassName
{
color: #2A1413;
}
</style>
background-color css
<style>
a { background-color: #2A1413; }
a { background-color: rgb(42,20,19); }
div.DivClassName
{
background-color: #2A1413;
}
.BgClassName
{
background-color: #2A1413;
}
</style>
border-color css
<style>
span { border-color: #2A1413; }
span { border-color: rgb(42,20,19); }
td.TdClassName
{
border-color: #2A1413;
}
.TagClassName
{
border-color: #2A1413;
}
</style>