Shades of Seal Brown #2A140E
Tints of Seal Brown #2A140E
RGB
CMYK
RGB Variations
Color information
#2A140E (or 0x2A140E) is known color: Seal Brown. HEX triplet: 2A, 14 and 0E. RGB value is (42,20,14). Sum of RGB (Red+Green+Blue) = 42+20+14=76 (10% of max value = 765). Red value is 42 (16.80% from 255 or 55.26% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 42 - color contains mainly: red. Hex color #2A140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A140E is #D5EBF1. Grayscale: #191919. Windows color (decimal): -14019570 or 922666. OLE color: 922666.
HSL color Cylindrical-coordinate representation of color #2A140E: hue angle of 12.86º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A140E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 20 | 14 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.84 |
| HSL | 12.86º | 0.5% | 0.11% | - |
| HSV(B) | 12.86º | 0.67% | 0.16% | - |
| XYZ | 1.28 | 1.02 | 0.55 | - |
| YUV | 25.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 14 | 0 | 0.52 | 0.67 | 0.84 | 12.86 | 0.5 | 0.11 |
| Hex | 2A | 14 | E | 0 | 34 | 43 | 54 | D | 32 | B |
| Octal | 52 | 24 | 16 | 0 | 64 | 103 | 124 | 15 | 62 | 13 |
| Binary | 101010 | 10100 | 1110 | 0 | 110100 | 1000011 | 1010100 | 1101 | 110010 | 1011 |
Color Harmonies of #2A140E
Complementary color
Monochromatic Colors of #2A140E
Black with #2A140E
Text Example
Text Example
White with #2A140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A140E; }
p { color: rgb(42,20,14); }
H1.HeaderClassName
{
color: #2A140E;
}
.AnyTagClassName
{
color: #2A140E;
}
</style>
background-color css
<style>
a { background-color: #2A140E; }
a { background-color: rgb(42,20,14); }
div.DivClassName
{
background-color: #2A140E;
}
.BgClassName
{
background-color: #2A140E;
}
</style>
border-color css
<style>
span { border-color: #2A140E; }
span { border-color: rgb(42,20,14); }
td.TdClassName
{
border-color: #2A140E;
}
.TagClassName
{
border-color: #2A140E;
}
</style>