Shades of Seal Brown #290404
Tints of Seal Brown #290404
RGB
CMYK
RGB Variations
Color information
#290404 (or 0x290404) is known color: Seal Brown. HEX triplet: 29, 04 and 04. RGB value is (41,4,4). Sum of RGB (Red+Green+Blue) = 41+4+4=49 (6% of max value = 765). Red value is 41 (16.41% from 255 or 83.67% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 41 - color contains mainly: red. Hex color #290404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290404 is #D6FBFB. Grayscale: #0F0F0F. Windows color (decimal): -14089212 or 263209. OLE color: 263209.
HSL color Cylindrical-coordinate representation of color #290404: hue angle of 0º degrees, saturation: 0.82, 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 #290404 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 4 | 4 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.84 |
| HSL | 0º | 0.82% | 0.09% | - |
| HSV(B) | 0º | 0.9% | 0.16% | - |
| XYZ | 0.98 | 0.57 | 0.17 | - |
| YUV | 15.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 4 | 0 | 0.90 | 0.90 | 0.84 | 0 | 0.82 | 0.09 |
| Hex | 29 | 4 | 4 | 0 | 5A | 5A | 54 | 0 | 52 | 9 |
| Octal | 51 | 4 | 4 | 0 | 132 | 132 | 124 | 0 | 122 | 11 |
| Binary | 101001 | 100 | 100 | 0 | 1011010 | 1011010 | 1010100 | 0 | 1010010 | 1001 |
Color Harmonies of #290404
Complementary color
Monochromatic Colors of #290404
Black with #290404
Text Example
Text Example
White with #290404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290404; }
p { color: rgb(41,4,4); }
H1.HeaderClassName
{
color: #290404;
}
.AnyTagClassName
{
color: #290404;
}
</style>
background-color css
<style>
a { background-color: #290404; }
a { background-color: rgb(41,4,4); }
div.DivClassName
{
background-color: #290404;
}
.BgClassName
{
background-color: #290404;
}
</style>
border-color css
<style>
span { border-color: #290404; }
span { border-color: rgb(41,4,4); }
td.TdClassName
{
border-color: #290404;
}
.TagClassName
{
border-color: #290404;
}
</style>