Shades of Seal Brown #29100A
Tints of Seal Brown #29100A
RGB
CMYK
RGB Variations
Color information
#29100A (or 0x29100A) is known color: Seal Brown. HEX triplet: 29, 10 and 0A. RGB value is (41,16,10). Sum of RGB (Red+Green+Blue) = 41+16+10=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #29100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29100A is #D6EFF5. Grayscale: #161616. Windows color (decimal): -14086134 or 659497. OLE color: 659497.
HSL color Cylindrical-coordinate representation of color #29100A: hue angle of 11.61º 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 #29100A is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 16 | 10 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.84 |
| HSL | 11.61º | 0.61% | 0.1% | - |
| HSV(B) | 11.61º | 0.76% | 0.16% | - |
| XYZ | 1.15 | 0.86 | 0.39 | - |
| YUV | 22.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 10 | 0 | 0.61 | 0.76 | 0.84 | 11.61 | 0.61 | 0.1 |
| Hex | 29 | 10 | A | 0 | 3D | 4C | 54 | C | 3D | A |
| Octal | 51 | 20 | 12 | 0 | 75 | 114 | 124 | 14 | 75 | 12 |
| Binary | 101001 | 10000 | 1010 | 0 | 111101 | 1001100 | 1010100 | 1100 | 111101 | 1010 |
Color Harmonies of #29100A
Complementary color
Monochromatic Colors of #29100A
Black with #29100A
Text Example
Text Example
White with #29100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29100A; }
p { color: rgb(41,16,10); }
H1.HeaderClassName
{
color: #29100A;
}
.AnyTagClassName
{
color: #29100A;
}
</style>
background-color css
<style>
a { background-color: #29100A; }
a { background-color: rgb(41,16,10); }
div.DivClassName
{
background-color: #29100A;
}
.BgClassName
{
background-color: #29100A;
}
</style>
border-color css
<style>
span { border-color: #29100A; }
span { border-color: rgb(41,16,10); }
td.TdClassName
{
border-color: #29100A;
}
.TagClassName
{
border-color: #29100A;
}
</style>