Shades of Seal Brown #290B05
Tints of Seal Brown #290B05
RGB
CMYK
RGB Variations
Color information
#290B05 (or 0x290B05) is known color: Seal Brown. HEX triplet: 29, 0B and 05. RGB value is (41,11,5). Sum of RGB (Red+Green+Blue) = 41+11+5=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #290B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B05 is #D6F4FA. Grayscale: #131313. Windows color (decimal): -14087419 or 330537. OLE color: 330537.
HSL color Cylindrical-coordinate representation of color #290B05: hue angle of 10º degrees, saturation: 0.78, 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 #290B05 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 5 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.84 |
| HSL | 10º | 0.78% | 0.09% | - |
| HSV(B) | 10º | 0.88% | 0.16% | - |
| XYZ | 1.06 | 0.72 | 0.23 | - |
| YUV | 19.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 5 | 0 | 0.73 | 0.88 | 0.84 | 10 | 0.78 | 0.09 |
| Hex | 29 | B | 5 | 0 | 49 | 58 | 54 | A | 4E | 9 |
| Octal | 51 | 13 | 5 | 0 | 111 | 130 | 124 | 12 | 116 | 11 |
| Binary | 101001 | 1011 | 101 | 0 | 1001001 | 1011000 | 1010100 | 1010 | 1001110 | 1001 |
Color Harmonies of #290B05
Complementary color
Monochromatic Colors of #290B05
Black with #290B05
Text Example
Text Example
White with #290B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B05; }
p { color: rgb(41,11,5); }
H1.HeaderClassName
{
color: #290B05;
}
.AnyTagClassName
{
color: #290B05;
}
</style>
background-color css
<style>
a { background-color: #290B05; }
a { background-color: rgb(41,11,5); }
div.DivClassName
{
background-color: #290B05;
}
.BgClassName
{
background-color: #290B05;
}
</style>
border-color css
<style>
span { border-color: #290B05; }
span { border-color: rgb(41,11,5); }
td.TdClassName
{
border-color: #290B05;
}
.TagClassName
{
border-color: #290B05;
}
</style>