Shades of Seal Brown #411409
Tints of Seal Brown #411409
RGB
CMYK
RGB Variations
Color information
#411409 (or 0x411409) is known color: Seal Brown. HEX triplet: 41, 14 and 09. RGB value is (65,20,9). Sum of RGB (Red+Green+Blue) = 65+20+9=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411409 is #BEEBF6. Grayscale: #202020. Windows color (decimal): -12512247 or 595009. OLE color: 595009.
HSL color Cylindrical-coordinate representation of color #411409: hue angle of 11.79º 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 #411409 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 20 | 9 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.75 |
| HSL | 11.79º | 0.76% | 0.15% | - |
| HSV(B) | 11.79º | 0.86% | 0.25% | - |
| XYZ | 2.48 | 1.64 | 0.45 | - |
| YUV | 32.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 9 | 0 | 0.69 | 0.86 | 0.75 | 11.79 | 0.76 | 0.15 |
| Hex | 41 | 14 | 9 | 0 | 45 | 56 | 4B | C | 4C | F |
| Octal | 101 | 24 | 11 | 0 | 105 | 126 | 113 | 14 | 114 | 17 |
| Binary | 1000001 | 10100 | 1001 | 0 | 1000101 | 1010110 | 1001011 | 1100 | 1001100 | 1111 |
Color Harmonies of #411409
Complementary color
Monochromatic Colors of #411409
Black with #411409
Text Example
Text Example
White with #411409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411409; }
p { color: rgb(65,20,9); }
H1.HeaderClassName
{
color: #411409;
}
.AnyTagClassName
{
color: #411409;
}
</style>
background-color css
<style>
a { background-color: #411409; }
a { background-color: rgb(65,20,9); }
div.DivClassName
{
background-color: #411409;
}
.BgClassName
{
background-color: #411409;
}
</style>
border-color css
<style>
span { border-color: #411409; }
span { border-color: rgb(65,20,9); }
td.TdClassName
{
border-color: #411409;
}
.TagClassName
{
border-color: #411409;
}
</style>