Shades of Seal Brown #411205
Tints of Seal Brown #411205
RGB
CMYK
RGB Variations
Color information
#411205 (or 0x411205) is known color: Seal Brown. HEX triplet: 41, 12 and 05. RGB value is (65,18,5). Sum of RGB (Red+Green+Blue) = 65+18+5=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #411205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411205 is #BEEDFA. Grayscale: #1E1E1E. Windows color (decimal): -12512763 or 332353. OLE color: 332353.
HSL color Cylindrical-coordinate representation of color #411205: hue angle of 13º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #411205 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 18 | 5 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.75 |
| HSL | 13º | 0.86% | 0.14% | - |
| HSV(B) | 13º | 0.92% | 0.25% | - |
| XYZ | 2.42 | 1.57 | 0.32 | - |
| YUV | 30.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 5 | 0 | 0.72 | 0.92 | 0.75 | 13 | 0.86 | 0.14 |
| Hex | 41 | 12 | 5 | 0 | 48 | 5C | 4B | D | 56 | E |
| Octal | 101 | 22 | 5 | 0 | 110 | 134 | 113 | 15 | 126 | 16 |
| Binary | 1000001 | 10010 | 101 | 0 | 1001000 | 1011100 | 1001011 | 1101 | 1010110 | 1110 |
Color Harmonies of #411205
Complementary color
Monochromatic Colors of #411205
Black with #411205
Text Example
Text Example
White with #411205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411205; }
p { color: rgb(65,18,5); }
H1.HeaderClassName
{
color: #411205;
}
.AnyTagClassName
{
color: #411205;
}
</style>
background-color css
<style>
a { background-color: #411205; }
a { background-color: rgb(65,18,5); }
div.DivClassName
{
background-color: #411205;
}
.BgClassName
{
background-color: #411205;
}
</style>
border-color css
<style>
span { border-color: #411205; }
span { border-color: rgb(65,18,5); }
td.TdClassName
{
border-color: #411205;
}
.TagClassName
{
border-color: #411205;
}
</style>