Shades of Seal Brown #290B04
Tints of Seal Brown #290B04
RGB
CMYK
RGB Variations
Color information
#290B04 (or 0x290B04) is known color: Seal Brown. HEX triplet: 29, 0B and 04. RGB value is (41,11,4). Sum of RGB (Red+Green+Blue) = 41+11+4=56 (7% of max value = 765). Red value is 41 (16.41% from 255 or 73.21% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 41 - color contains mainly: red. Hex color #290B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B04 is #D6F4FB. Grayscale: #131313. Windows color (decimal): -14087420 or 265001. OLE color: 265001.
HSL color Cylindrical-coordinate representation of color #290B04: hue angle of 11.35º 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 #290B04 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 4 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.84 |
| HSL | 11.35º | 0.82% | 0.09% | - |
| HSV(B) | 11.35º | 0.9% | 0.16% | - |
| XYZ | 1.06 | 0.72 | 0.2 | - |
| YUV | 19.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 4 | 0 | 0.73 | 0.90 | 0.84 | 11.35 | 0.82 | 0.09 |
| Hex | 29 | B | 4 | 0 | 49 | 5A | 54 | B | 52 | 9 |
| Octal | 51 | 13 | 4 | 0 | 111 | 132 | 124 | 13 | 122 | 11 |
| Binary | 101001 | 1011 | 100 | 0 | 1001001 | 1011010 | 1010100 | 1011 | 1010010 | 1001 |
Color Harmonies of #290B04
Complementary color
Monochromatic Colors of #290B04
Black with #290B04
Text Example
Text Example
White with #290B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B04; }
p { color: rgb(41,11,4); }
H1.HeaderClassName
{
color: #290B04;
}
.AnyTagClassName
{
color: #290B04;
}
</style>
background-color css
<style>
a { background-color: #290B04; }
a { background-color: rgb(41,11,4); }
div.DivClassName
{
background-color: #290B04;
}
.BgClassName
{
background-color: #290B04;
}
</style>
border-color css
<style>
span { border-color: #290B04; }
span { border-color: rgb(41,11,4); }
td.TdClassName
{
border-color: #290B04;
}
.TagClassName
{
border-color: #290B04;
}
</style>