Shades of Seal Brown #411209
Tints of Seal Brown #411209
RGB
CMYK
RGB Variations
Color information
#411209 (or 0x411209) is known color: Seal Brown. HEX triplet: 41, 12 and 09. RGB value is (65,18,9). Sum of RGB (Red+Green+Blue) = 65+18+9=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #411209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411209 is #BEEDF6. Grayscale: #1F1F1F. Windows color (decimal): -12512759 or 594497. OLE color: 594497.
HSL color Cylindrical-coordinate representation of color #411209: hue angle of 9.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411209 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 9 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.75 |
| HSL | 9.64º | 0.76% | 0.15% | - |
| HSV(B) | 9.64º | 0.86% | 0.25% | - |
| XYZ | 2.45 | 1.58 | 0.43 | - |
| YUV | 31.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 9 | 0 | 0.72 | 0.86 | 0.75 | 9.64 | 0.76 | 0.15 |
| Hex | 41 | 12 | 9 | 0 | 48 | 56 | 4B | A | 4C | F |
| Octal | 101 | 22 | 11 | 0 | 110 | 126 | 113 | 12 | 114 | 17 |
| Binary | 1000001 | 10010 | 1001 | 0 | 1001000 | 1010110 | 1001011 | 1010 | 1001100 | 1111 |
Color Harmonies of #411209
Complementary color
Monochromatic Colors of #411209
Black with #411209
Text Example
Text Example
White with #411209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411209; }
p { color: rgb(65,18,9); }
H1.HeaderClassName
{
color: #411209;
}
.AnyTagClassName
{
color: #411209;
}
</style>
background-color css
<style>
a { background-color: #411209; }
a { background-color: rgb(65,18,9); }
div.DivClassName
{
background-color: #411209;
}
.BgClassName
{
background-color: #411209;
}
</style>
border-color css
<style>
span { border-color: #411209; }
span { border-color: rgb(65,18,9); }
td.TdClassName
{
border-color: #411209;
}
.TagClassName
{
border-color: #411209;
}
</style>