Shades of Seal Brown #29110A
Tints of Seal Brown #29110A
RGB
CMYK
RGB Variations
Color information
#29110A (or 0x29110A) is known color: Seal Brown. HEX triplet: 29, 11 and 0A. RGB value is (41,17,10). Sum of RGB (Red+Green+Blue) = 41+17+10=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #29110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29110A is #D6EEF5. Grayscale: #171717. Windows color (decimal): -14085878 or 659753. OLE color: 659753.
HSL color Cylindrical-coordinate representation of color #29110A: hue angle of 13.55º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29110A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 17 | 10 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.84 |
| HSL | 13.55º | 0.61% | 0.1% | - |
| HSV(B) | 13.55º | 0.76% | 0.16% | - |
| XYZ | 1.17 | 0.89 | 0.4 | - |
| YUV | 23.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 10 | 0 | 0.59 | 0.76 | 0.84 | 13.55 | 0.61 | 0.1 |
| Hex | 29 | 11 | A | 0 | 3B | 4C | 54 | E | 3D | A |
| Octal | 51 | 21 | 12 | 0 | 73 | 114 | 124 | 16 | 75 | 12 |
| Binary | 101001 | 10001 | 1010 | 0 | 111011 | 1001100 | 1010100 | 1110 | 111101 | 1010 |
Color Harmonies of #29110A
Complementary color
Monochromatic Colors of #29110A
Black with #29110A
Text Example
Text Example
White with #29110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29110A; }
p { color: rgb(41,17,10); }
H1.HeaderClassName
{
color: #29110A;
}
.AnyTagClassName
{
color: #29110A;
}
</style>
background-color css
<style>
a { background-color: #29110A; }
a { background-color: rgb(41,17,10); }
div.DivClassName
{
background-color: #29110A;
}
.BgClassName
{
background-color: #29110A;
}
</style>
border-color css
<style>
span { border-color: #29110A; }
span { border-color: rgb(41,17,10); }
td.TdClassName
{
border-color: #29110A;
}
.TagClassName
{
border-color: #29110A;
}
</style>