Shades of Seal Brown #29140C
Tints of Seal Brown #29140C
RGB
CMYK
RGB Variations
Color information
#29140C (or 0x29140C) is known color: Seal Brown. HEX triplet: 29, 14 and 0C. RGB value is (41,20,12). Sum of RGB (Red+Green+Blue) = 41+20+12=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29140C is #D6EBF3. Grayscale: #191919. Windows color (decimal): -14085108 or 791593. OLE color: 791593.
HSL color Cylindrical-coordinate representation of color #29140C: hue angle of 16.55º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29140C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 20 | 12 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.84 |
| HSL | 16.55º | 0.55% | 0.1% | - |
| HSV(B) | 16.55º | 0.71% | 0.16% | - |
| XYZ | 1.23 | 1 | 0.48 | - |
| YUV | 25.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 12 | 0 | 0.51 | 0.71 | 0.84 | 16.55 | 0.55 | 0.1 |
| Hex | 29 | 14 | C | 0 | 33 | 47 | 54 | 11 | 37 | A |
| Octal | 51 | 24 | 14 | 0 | 63 | 107 | 124 | 21 | 67 | 12 |
| Binary | 101001 | 10100 | 1100 | 0 | 110011 | 1000111 | 1010100 | 10001 | 110111 | 1010 |
Color Harmonies of #29140C
Complementary color
Monochromatic Colors of #29140C
Black with #29140C
Text Example
Text Example
White with #29140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29140C; }
p { color: rgb(41,20,12); }
H1.HeaderClassName
{
color: #29140C;
}
.AnyTagClassName
{
color: #29140C;
}
</style>
background-color css
<style>
a { background-color: #29140C; }
a { background-color: rgb(41,20,12); }
div.DivClassName
{
background-color: #29140C;
}
.BgClassName
{
background-color: #29140C;
}
</style>
border-color css
<style>
span { border-color: #29140C; }
span { border-color: rgb(41,20,12); }
td.TdClassName
{
border-color: #29140C;
}
.TagClassName
{
border-color: #29140C;
}
</style>