Shades of Seal Brown #2A0E0A
Tints of Seal Brown #2A0E0A
RGB
CMYK
RGB Variations
Color information
#2A0E0A (or 0x2A0E0A) is known color: Seal Brown. HEX triplet: 2A, 0E and 0A. RGB value is (42,14,10). Sum of RGB (Red+Green+Blue) = 42+14+10=66 (8% of max value = 765). Red value is 42 (16.80% from 255 or 63.64% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0E0A is #D5F1F5. Grayscale: #151515. Windows color (decimal): -14021110 or 658986. OLE color: 658986.
HSL color Cylindrical-coordinate representation of color #2A0E0A: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A0E0A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 14 | 10 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.84 |
| HSL | 7.5º | 0.62% | 0.1% | - |
| HSV(B) | 7.5º | 0.76% | 0.16% | - |
| XYZ | 1.17 | 0.83 | 0.39 | - |
| YUV | 21.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 10 | 0 | 0.67 | 0.76 | 0.84 | 7.5 | 0.62 | 0.1 |
| Hex | 2A | E | A | 0 | 43 | 4C | 54 | 8 | 3E | A |
| Octal | 52 | 16 | 12 | 0 | 103 | 114 | 124 | 10 | 76 | 12 |
| Binary | 101010 | 1110 | 1010 | 0 | 1000011 | 1001100 | 1010100 | 1000 | 111110 | 1010 |
Color Harmonies of #2A0E0A
Complementary color
Monochromatic Colors of #2A0E0A
Black with #2A0E0A
Text Example
Text Example
White with #2A0E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E0A; }
p { color: rgb(42,14,10); }
H1.HeaderClassName
{
color: #2A0E0A;
}
.AnyTagClassName
{
color: #2A0E0A;
}
</style>
background-color css
<style>
a { background-color: #2A0E0A; }
a { background-color: rgb(42,14,10); }
div.DivClassName
{
background-color: #2A0E0A;
}
.BgClassName
{
background-color: #2A0E0A;
}
</style>
border-color css
<style>
span { border-color: #2A0E0A; }
span { border-color: rgb(42,14,10); }
td.TdClassName
{
border-color: #2A0E0A;
}
.TagClassName
{
border-color: #2A0E0A;
}
</style>