Shades of Seal Brown #2A0904
Tints of Seal Brown #2A0904
RGB
CMYK
RGB Variations
Color information
#2A0904 (or 0x2A0904) is known color: Seal Brown. HEX triplet: 2A, 09 and 04. RGB value is (42,9,4). Sum of RGB (Red+Green+Blue) = 42+9+4=55 (7% of max value = 765). Red value is 42 (16.80% from 255 or 76.36% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0904 is #D5F6FB. Grayscale: #121212. Windows color (decimal): -14022396 or 264490. OLE color: 264490.
HSL color Cylindrical-coordinate representation of color #2A0904: hue angle of 7.89º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0904 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 9 | 4 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.84 |
| HSL | 7.89º | 0.83% | 0.09% | - |
| HSV(B) | 7.89º | 0.9% | 0.16% | - |
| XYZ | 1.07 | 0.7 | 0.19 | - |
| YUV | 18.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 4 | 0 | 0.79 | 0.90 | 0.84 | 7.89 | 0.83 | 0.09 |
| Hex | 2A | 9 | 4 | 0 | 4F | 5A | 54 | 8 | 53 | 9 |
| Octal | 52 | 11 | 4 | 0 | 117 | 132 | 124 | 10 | 123 | 11 |
| Binary | 101010 | 1001 | 100 | 0 | 1001111 | 1011010 | 1010100 | 1000 | 1010011 | 1001 |
Color Harmonies of #2A0904
Complementary color
Monochromatic Colors of #2A0904
Black with #2A0904
Text Example
Text Example
White with #2A0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0904; }
p { color: rgb(42,9,4); }
H1.HeaderClassName
{
color: #2A0904;
}
.AnyTagClassName
{
color: #2A0904;
}
</style>
background-color css
<style>
a { background-color: #2A0904; }
a { background-color: rgb(42,9,4); }
div.DivClassName
{
background-color: #2A0904;
}
.BgClassName
{
background-color: #2A0904;
}
</style>
border-color css
<style>
span { border-color: #2A0904; }
span { border-color: rgb(42,9,4); }
td.TdClassName
{
border-color: #2A0904;
}
.TagClassName
{
border-color: #2A0904;
}
</style>