Shades of Seal Brown #2A130A
Tints of Seal Brown #2A130A
RGB
CMYK
RGB Variations
Color information
#2A130A (or 0x2A130A) is known color: Seal Brown. HEX triplet: 2A, 13 and 0A. RGB value is (42,19,10). Sum of RGB (Red+Green+Blue) = 42+19+10=71 (9% of max value = 765). Red value is 42 (16.80% from 255 or 59.15% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 42 - color contains mainly: red. Hex color #2A130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A130A is #D5ECF5. Grayscale: #181818. Windows color (decimal): -14019830 or 660266. OLE color: 660266.
HSL color Cylindrical-coordinate representation of color #2A130A: hue angle of 16.88º 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 #2A130A is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 10 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.84 |
| HSL | 16.88º | 0.62% | 0.1% | - |
| HSV(B) | 16.88º | 0.76% | 0.16% | - |
| XYZ | 1.24 | 0.98 | 0.41 | - |
| YUV | 24.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 10 | 0 | 0.55 | 0.76 | 0.84 | 16.88 | 0.62 | 0.1 |
| Hex | 2A | 13 | A | 0 | 37 | 4C | 54 | 11 | 3E | A |
| Octal | 52 | 23 | 12 | 0 | 67 | 114 | 124 | 21 | 76 | 12 |
| Binary | 101010 | 10011 | 1010 | 0 | 110111 | 1001100 | 1010100 | 10001 | 111110 | 1010 |
Color Harmonies of #2A130A
Complementary color
Monochromatic Colors of #2A130A
Black with #2A130A
Text Example
Text Example
White with #2A130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A130A; }
p { color: rgb(42,19,10); }
H1.HeaderClassName
{
color: #2A130A;
}
.AnyTagClassName
{
color: #2A130A;
}
</style>
background-color css
<style>
a { background-color: #2A130A; }
a { background-color: rgb(42,19,10); }
div.DivClassName
{
background-color: #2A130A;
}
.BgClassName
{
background-color: #2A130A;
}
</style>
border-color css
<style>
span { border-color: #2A130A; }
span { border-color: rgb(42,19,10); }
td.TdClassName
{
border-color: #2A130A;
}
.TagClassName
{
border-color: #2A130A;
}
</style>