Shades of Seal Brown #2A0705
Tints of Seal Brown #2A0705
RGB
CMYK
RGB Variations
Color information
#2A0705 (or 0x2A0705) is known color: Seal Brown. HEX triplet: 2A, 07 and 05. RGB value is (42,7,5). Sum of RGB (Red+Green+Blue) = 42+7+5=54 (7% of max value = 765). Red value is 42 (16.80% from 255 or 77.78% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0705 is #D5F8FA. Grayscale: #111111. Windows color (decimal): -14022907 or 329514. OLE color: 329514.
HSL color Cylindrical-coordinate representation of color #2A0705: hue angle of 3.24º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A0705 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 7 | 5 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.84 |
| HSL | 3.24º | 0.79% | 0.09% | - |
| HSV(B) | 3.24º | 0.88% | 0.16% | - |
| XYZ | 1.06 | 0.66 | 0.21 | - |
| YUV | 17.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 5 | 0 | 0.83 | 0.88 | 0.84 | 3.24 | 0.79 | 0.09 |
| Hex | 2A | 7 | 5 | 0 | 53 | 58 | 54 | 3 | 4F | 9 |
| Octal | 52 | 7 | 5 | 0 | 123 | 130 | 124 | 3 | 117 | 11 |
| Binary | 101010 | 111 | 101 | 0 | 1010011 | 1011000 | 1010100 | 11 | 1001111 | 1001 |
Color Harmonies of #2A0705
Complementary color
Monochromatic Colors of #2A0705
Black with #2A0705
Text Example
Text Example
White with #2A0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0705; }
p { color: rgb(42,7,5); }
H1.HeaderClassName
{
color: #2A0705;
}
.AnyTagClassName
{
color: #2A0705;
}
</style>
background-color css
<style>
a { background-color: #2A0705; }
a { background-color: rgb(42,7,5); }
div.DivClassName
{
background-color: #2A0705;
}
.BgClassName
{
background-color: #2A0705;
}
</style>
border-color css
<style>
span { border-color: #2A0705; }
span { border-color: rgb(42,7,5); }
td.TdClassName
{
border-color: #2A0705;
}
.TagClassName
{
border-color: #2A0705;
}
</style>