Shades of Seal Brown #29120F
Tints of Seal Brown #29120F
RGB
CMYK
RGB Variations
Color information
#29120F (or 0x29120F) is known color: Seal Brown. HEX triplet: 29, 12 and 0F. RGB value is (41,18,15). Sum of RGB (Red+Green+Blue) = 41+18+15=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29120F is #D6EDF0. Grayscale: #181818. Windows color (decimal): -14085617 or 987689. OLE color: 987689.
HSL color Cylindrical-coordinate representation of color #29120F: hue angle of 6.92º 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 #29120F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 18 | 15 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.84 |
| HSL | 6.92º | 0.46% | 0.11% | - |
| HSV(B) | 6.92º | 0.63% | 0.16% | - |
| XYZ | 1.22 | 0.94 | 0.57 | - |
| YUV | 24.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 15 | 0 | 0.56 | 0.63 | 0.84 | 6.92 | 0.46 | 0.11 |
| Hex | 29 | 12 | F | 0 | 38 | 3F | 54 | 7 | 2E | B |
| Octal | 51 | 22 | 17 | 0 | 70 | 77 | 124 | 7 | 56 | 13 |
| Binary | 101001 | 10010 | 1111 | 0 | 111000 | 111111 | 1010100 | 111 | 101110 | 1011 |
Color Harmonies of #29120F
Complementary color
Monochromatic Colors of #29120F
Black with #29120F
Text Example
Text Example
White with #29120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29120F; }
p { color: rgb(41,18,15); }
H1.HeaderClassName
{
color: #29120F;
}
.AnyTagClassName
{
color: #29120F;
}
</style>
background-color css
<style>
a { background-color: #29120F; }
a { background-color: rgb(41,18,15); }
div.DivClassName
{
background-color: #29120F;
}
.BgClassName
{
background-color: #29120F;
}
</style>
border-color css
<style>
span { border-color: #29120F; }
span { border-color: rgb(41,18,15); }
td.TdClassName
{
border-color: #29120F;
}
.TagClassName
{
border-color: #29120F;
}
</style>