Shades of Seal Brown #29110D
Tints of Seal Brown #29110D
RGB
CMYK
RGB Variations
Color information
#29110D (or 0x29110D) is known color: Seal Brown. HEX triplet: 29, 11 and 0D. RGB value is (41,17,13). Sum of RGB (Red+Green+Blue) = 41+17+13=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #29110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29110D is #D6EEF2. Grayscale: #171717. Windows color (decimal): -14085875 or 856361. OLE color: 856361.
HSL color Cylindrical-coordinate representation of color #29110D: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29110D is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 17 | 13 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.84 |
| HSL | 8.57º | 0.52% | 0.11% | - |
| HSV(B) | 8.57º | 0.68% | 0.16% | - |
| XYZ | 1.19 | 0.9 | 0.49 | - |
| YUV | 23.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 13 | 0 | 0.59 | 0.68 | 0.84 | 8.57 | 0.52 | 0.11 |
| Hex | 29 | 11 | D | 0 | 3B | 44 | 54 | 9 | 34 | B |
| Octal | 51 | 21 | 15 | 0 | 73 | 104 | 124 | 11 | 64 | 13 |
| Binary | 101001 | 10001 | 1101 | 0 | 111011 | 1000100 | 1010100 | 1001 | 110100 | 1011 |
Color Harmonies of #29110D
Complementary color
Monochromatic Colors of #29110D
Black with #29110D
Text Example
Text Example
White with #29110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29110D; }
p { color: rgb(41,17,13); }
H1.HeaderClassName
{
color: #29110D;
}
.AnyTagClassName
{
color: #29110D;
}
</style>
background-color css
<style>
a { background-color: #29110D; }
a { background-color: rgb(41,17,13); }
div.DivClassName
{
background-color: #29110D;
}
.BgClassName
{
background-color: #29110D;
}
</style>
border-color css
<style>
span { border-color: #29110D; }
span { border-color: rgb(41,17,13); }
td.TdClassName
{
border-color: #29110D;
}
.TagClassName
{
border-color: #29110D;
}
</style>