Shades of Seal Brown #290B07
Tints of Seal Brown #290B07
RGB
CMYK
RGB Variations
Color information
#290B07 (or 0x290B07) is known color: Seal Brown. HEX triplet: 29, 0B and 07. RGB value is (41,11,7). Sum of RGB (Red+Green+Blue) = 41+11+7=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #290B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B07 is #D6F4F8. Grayscale: #131313. Windows color (decimal): -14087417 or 461609. OLE color: 461609.
HSL color Cylindrical-coordinate representation of color #290B07: hue angle of 7.06º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #290B07 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 7 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.84 |
| HSL | 7.06º | 0.71% | 0.09% | - |
| HSV(B) | 7.06º | 0.83% | 0.16% | - |
| XYZ | 1.07 | 0.73 | 0.28 | - |
| YUV | 19.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 7 | 0 | 0.73 | 0.83 | 0.84 | 7.06 | 0.71 | 0.09 |
| Hex | 29 | B | 7 | 0 | 49 | 53 | 54 | 7 | 47 | 9 |
| Octal | 51 | 13 | 7 | 0 | 111 | 123 | 124 | 7 | 107 | 11 |
| Binary | 101001 | 1011 | 111 | 0 | 1001001 | 1010011 | 1010100 | 111 | 1000111 | 1001 |
Color Harmonies of #290B07
Complementary color
Monochromatic Colors of #290B07
Black with #290B07
Text Example
Text Example
White with #290B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B07; }
p { color: rgb(41,11,7); }
H1.HeaderClassName
{
color: #290B07;
}
.AnyTagClassName
{
color: #290B07;
}
</style>
background-color css
<style>
a { background-color: #290B07; }
a { background-color: rgb(41,11,7); }
div.DivClassName
{
background-color: #290B07;
}
.BgClassName
{
background-color: #290B07;
}
</style>
border-color css
<style>
span { border-color: #290B07; }
span { border-color: rgb(41,11,7); }
td.TdClassName
{
border-color: #290B07;
}
.TagClassName
{
border-color: #290B07;
}
</style>