Shades of Seal Brown #2A0805
Tints of Seal Brown #2A0805
RGB
CMYK
RGB Variations
Color information
#2A0805 (or 0x2A0805) is known color: Seal Brown. HEX triplet: 2A, 08 and 05. RGB value is (42,8,5). Sum of RGB (Red+Green+Blue) = 42+8+5=55 (7% of max value = 765). Red value is 42 (16.80% from 255 or 76.36% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0805 is #D5F7FA. Grayscale: #111111. Windows color (decimal): -14022651 or 329770. OLE color: 329770.
HSL color Cylindrical-coordinate representation of color #2A0805: hue angle of 4.86º 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 #2A0805 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 8 | 5 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.84 |
| HSL | 4.86º | 0.79% | 0.09% | - |
| HSV(B) | 4.86º | 0.88% | 0.16% | - |
| XYZ | 1.07 | 0.68 | 0.22 | - |
| YUV | 17.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 5 | 0 | 0.81 | 0.88 | 0.84 | 4.86 | 0.79 | 0.09 |
| Hex | 2A | 8 | 5 | 0 | 51 | 58 | 54 | 5 | 4F | 9 |
| Octal | 52 | 10 | 5 | 0 | 121 | 130 | 124 | 5 | 117 | 11 |
| Binary | 101010 | 1000 | 101 | 0 | 1010001 | 1011000 | 1010100 | 101 | 1001111 | 1001 |
Color Harmonies of #2A0805
Complementary color
Monochromatic Colors of #2A0805
Black with #2A0805
Text Example
Text Example
White with #2A0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0805; }
p { color: rgb(42,8,5); }
H1.HeaderClassName
{
color: #2A0805;
}
.AnyTagClassName
{
color: #2A0805;
}
</style>
background-color css
<style>
a { background-color: #2A0805; }
a { background-color: rgb(42,8,5); }
div.DivClassName
{
background-color: #2A0805;
}
.BgClassName
{
background-color: #2A0805;
}
</style>
border-color css
<style>
span { border-color: #2A0805; }
span { border-color: rgb(42,8,5); }
td.TdClassName
{
border-color: #2A0805;
}
.TagClassName
{
border-color: #2A0805;
}
</style>