Shades of Seal Brown #411818
Tints of Seal Brown #411818
RGB
CMYK
RGB Variations
Color information
#411818 (or 0x411818) is known color: Seal Brown. HEX triplet: 41, 18 and 18. RGB value is (65,24,24). Sum of RGB (Red+Green+Blue) = 65+24+24=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411818 is #BEE7E7. Grayscale: #242424. Windows color (decimal): -12511208 or 1579073. OLE color: 1579073.
HSL color Cylindrical-coordinate representation of color #411818: hue angle of 0º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411818 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 24 | 24 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.75 |
| HSL | 0º | 0.46% | 0.17% | - |
| HSV(B) | 0º | 0.63% | 0.25% | - |
| XYZ | 2.67 | 1.84 | 1.08 | - |
| YUV | 36.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 24 | 0 | 0.63 | 0.63 | 0.75 | 0 | 0.46 | 0.17 |
| Hex | 41 | 18 | 18 | 0 | 3F | 3F | 4B | 0 | 2E | 11 |
| Octal | 101 | 30 | 30 | 0 | 77 | 77 | 113 | 0 | 56 | 21 |
| Binary | 1000001 | 11000 | 11000 | 0 | 111111 | 111111 | 1001011 | 0 | 101110 | 10001 |
Color Harmonies of #411818
Complementary color
Monochromatic Colors of #411818
Black with #411818
Text Example
Text Example
White with #411818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411818; }
p { color: rgb(65,24,24); }
H1.HeaderClassName
{
color: #411818;
}
.AnyTagClassName
{
color: #411818;
}
</style>
background-color css
<style>
a { background-color: #411818; }
a { background-color: rgb(65,24,24); }
div.DivClassName
{
background-color: #411818;
}
.BgClassName
{
background-color: #411818;
}
</style>
border-color css
<style>
span { border-color: #411818; }
span { border-color: rgb(65,24,24); }
td.TdClassName
{
border-color: #411818;
}
.TagClassName
{
border-color: #411818;
}
</style>