Shades of Seal Brown #291210
Tints of Seal Brown #291210
RGB
CMYK
RGB Variations
Color information
#291210 (or 0x291210) is known color: Seal Brown. HEX triplet: 29, 12 and 10. RGB value is (41,18,16). Sum of RGB (Red+Green+Blue) = 41+18+16=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #291210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291210 is #D6EDEF. Grayscale: #181818. Windows color (decimal): -14085616 or 1053225. OLE color: 1053225.
HSL color Cylindrical-coordinate representation of color #291210: hue angle of 4.8º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291210 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
RGB | 41 | 18 | 16 | - |
CMYK | 0 | 0.56 | 0.61 | 0.84 |
HSL | 4.8º | 0.44% | 0.11% | - |
HSV(B) | 4.8º | 0.61% | 0.16% | - |
XYZ | 1.22 | 0.94 | 0.61 | - |
YUV | 24.65 | 123.12 | 139.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 18 | 16 | 0 | 0.56 | 0.61 | 0.84 | 4.8 | 0.44 | 0.11 |
Hex | 29 | 12 | 10 | 0 | 38 | 3D | 54 | 5 | 2C | B |
Octal | 51 | 22 | 20 | 0 | 70 | 75 | 124 | 5 | 54 | 13 |
Binary | 101001 | 10010 | 10000 | 0 | 111000 | 111101 | 1010100 | 101 | 101100 | 1011 |
Color Harmonies of #291210
Complementary color
Monochromatic Colors of #291210
Black with #291210
Text Example
Text Example
White with #291210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291210; }
p { color: rgb(41,18,16); }
H1.HeaderClassName
{
color: #291210;
}
.AnyTagClassName
{
color: #291210;
}
</style>
background-color css
<style>
a { background-color: #291210; }
a { background-color: rgb(41,18,16); }
div.DivClassName
{
background-color: #291210;
}
.BgClassName
{
background-color: #291210;
}
</style>
border-color css
<style>
span { border-color: #291210; }
span { border-color: rgb(41,18,16); }
td.TdClassName
{
border-color: #291210;
}
.TagClassName
{
border-color: #291210;
}
</style>