Shades of Seal Brown #29100F
Tints of Seal Brown #29100F
RGB
CMYK
RGB Variations
Color information
#29100F (or 0x29100F) is known color: Seal Brown. HEX triplet: 29, 10 and 0F. RGB value is (41,16,15). Sum of RGB (Red+Green+Blue) = 41+16+15=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #29100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29100F is #D6EFF0. Grayscale: #171717. Windows color (decimal): -14086129 or 987177. OLE color: 987177.
HSL color Cylindrical-coordinate representation of color #29100F: hue angle of 2.31º 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 #29100F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 16 | 15 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.84 |
| HSL | 2.31º | 0.46% | 0.11% | - |
| HSV(B) | 2.31º | 0.63% | 0.16% | - |
| XYZ | 1.19 | 0.88 | 0.56 | - |
| YUV | 23.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 15 | 0 | 0.61 | 0.63 | 0.84 | 2.31 | 0.46 | 0.11 |
| Hex | 29 | 10 | F | 0 | 3D | 3F | 54 | 2 | 2E | B |
| Octal | 51 | 20 | 17 | 0 | 75 | 77 | 124 | 2 | 56 | 13 |
| Binary | 101001 | 10000 | 1111 | 0 | 111101 | 111111 | 1010100 | 10 | 101110 | 1011 |
Color Harmonies of #29100F
Complementary color
Monochromatic Colors of #29100F
Black with #29100F
Text Example
Text Example
White with #29100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29100F; }
p { color: rgb(41,16,15); }
H1.HeaderClassName
{
color: #29100F;
}
.AnyTagClassName
{
color: #29100F;
}
</style>
background-color css
<style>
a { background-color: #29100F; }
a { background-color: rgb(41,16,15); }
div.DivClassName
{
background-color: #29100F;
}
.BgClassName
{
background-color: #29100F;
}
</style>
border-color css
<style>
span { border-color: #29100F; }
span { border-color: rgb(41,16,15); }
td.TdClassName
{
border-color: #29100F;
}
.TagClassName
{
border-color: #29100F;
}
</style>