Shades of Seal Brown #410909
Tints of Seal Brown #410909
RGB
CMYK
RGB Variations
Color information
#410909 (or 0x410909) is known color: Seal Brown. HEX triplet: 41, 09 and 09. RGB value is (65,9,9). Sum of RGB (Red+Green+Blue) = 65+9+9=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #410909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410909 is #BEF6F6. Grayscale: #191919. Windows color (decimal): -12515063 or 592193. OLE color: 592193.
HSL color Cylindrical-coordinate representation of color #410909: hue angle of 0º 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 #410909 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 9 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.75 |
| HSL | 0º | 0.76% | 0.15% | - |
| HSV(B) | 0º | 0.86% | 0.25% | - |
| XYZ | 2.33 | 1.34 | 0.39 | - |
| YUV | 25.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 9 | 0 | 0.86 | 0.86 | 0.75 | 0 | 0.76 | 0.15 |
| Hex | 41 | 9 | 9 | 0 | 56 | 56 | 4B | 0 | 4C | F |
| Octal | 101 | 11 | 11 | 0 | 126 | 126 | 113 | 0 | 114 | 17 |
| Binary | 1000001 | 1001 | 1001 | 0 | 1010110 | 1010110 | 1001011 | 0 | 1001100 | 1111 |
Color Harmonies of #410909
Complementary color
Monochromatic Colors of #410909
Black with #410909
Text Example
Text Example
White with #410909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410909; }
p { color: rgb(65,9,9); }
H1.HeaderClassName
{
color: #410909;
}
.AnyTagClassName
{
color: #410909;
}
</style>
background-color css
<style>
a { background-color: #410909; }
a { background-color: rgb(65,9,9); }
div.DivClassName
{
background-color: #410909;
}
.BgClassName
{
background-color: #410909;
}
</style>
border-color css
<style>
span { border-color: #410909; }
span { border-color: rgb(65,9,9); }
td.TdClassName
{
border-color: #410909;
}
.TagClassName
{
border-color: #410909;
}
</style>