Shades of Seal Brown #2A140D
Tints of Seal Brown #2A140D
RGB
CMYK
RGB Variations
Color information
#2A140D (or 0x2A140D) is known color: Seal Brown. HEX triplet: 2A, 14 and 0D. RGB value is (42,20,13). Sum of RGB (Red+Green+Blue) = 42+20+13=75 (9% of max value = 765). Red value is 42 (16.80% from 255 or 56% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 42 - color contains mainly: red. Hex color #2A140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A140D is #D5EBF2. Grayscale: #191919. Windows color (decimal): -14019571 or 857130. OLE color: 857130.
HSL color Cylindrical-coordinate representation of color #2A140D: hue angle of 14.48º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A140D is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 20 | 13 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.84 |
| HSL | 14.48º | 0.53% | 0.11% | - |
| HSV(B) | 14.48º | 0.69% | 0.16% | - |
| XYZ | 1.28 | 1.02 | 0.51 | - |
| YUV | 25.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 13 | 0 | 0.52 | 0.69 | 0.84 | 14.48 | 0.53 | 0.11 |
| Hex | 2A | 14 | D | 0 | 34 | 45 | 54 | E | 35 | B |
| Octal | 52 | 24 | 15 | 0 | 64 | 105 | 124 | 16 | 65 | 13 |
| Binary | 101010 | 10100 | 1101 | 0 | 110100 | 1000101 | 1010100 | 1110 | 110101 | 1011 |
Color Harmonies of #2A140D
Complementary color
Monochromatic Colors of #2A140D
Black with #2A140D
Text Example
Text Example
White with #2A140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A140D; }
p { color: rgb(42,20,13); }
H1.HeaderClassName
{
color: #2A140D;
}
.AnyTagClassName
{
color: #2A140D;
}
</style>
background-color css
<style>
a { background-color: #2A140D; }
a { background-color: rgb(42,20,13); }
div.DivClassName
{
background-color: #2A140D;
}
.BgClassName
{
background-color: #2A140D;
}
</style>
border-color css
<style>
span { border-color: #2A140D; }
span { border-color: rgb(42,20,13); }
td.TdClassName
{
border-color: #2A140D;
}
.TagClassName
{
border-color: #2A140D;
}
</style>