Shades of Seal Brown #29160F
Tints of Seal Brown #29160F
RGB
CMYK
RGB Variations
Color information
#29160F (or 0x29160F) is known color: Seal Brown. HEX triplet: 29, 16 and 0F. RGB value is (41,22,15). Sum of RGB (Red+Green+Blue) = 41+22+15=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #29160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29160F is #D6E9F0. Grayscale: #1A1A1A. Windows color (decimal): -14084593 or 988713. OLE color: 988713.
HSL color Cylindrical-coordinate representation of color #29160F: hue angle of 16.15º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29160F is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 22 | 15 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.84 |
| HSL | 16.15º | 0.46% | 0.11% | - |
| HSV(B) | 16.15º | 0.63% | 0.16% | - |
| XYZ | 1.29 | 1.08 | 0.59 | - |
| YUV | 26.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 15 | 0 | 0.46 | 0.63 | 0.84 | 16.15 | 0.46 | 0.11 |
| Hex | 29 | 16 | F | 0 | 2E | 3F | 54 | 10 | 2E | B |
| Octal | 51 | 26 | 17 | 0 | 56 | 77 | 124 | 20 | 56 | 13 |
| Binary | 101001 | 10110 | 1111 | 0 | 101110 | 111111 | 1010100 | 10000 | 101110 | 1011 |
Color Harmonies of #29160F
Complementary color
Monochromatic Colors of #29160F
Black with #29160F
Text Example
Text Example
White with #29160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29160F; }
p { color: rgb(41,22,15); }
H1.HeaderClassName
{
color: #29160F;
}
.AnyTagClassName
{
color: #29160F;
}
</style>
background-color css
<style>
a { background-color: #29160F; }
a { background-color: rgb(41,22,15); }
div.DivClassName
{
background-color: #29160F;
}
.BgClassName
{
background-color: #29160F;
}
</style>
border-color css
<style>
span { border-color: #29160F; }
span { border-color: rgb(41,22,15); }
td.TdClassName
{
border-color: #29160F;
}
.TagClassName
{
border-color: #29160F;
}
</style>