Shades of Seal Brown #411816
Tints of Seal Brown #411816
RGB
CMYK
RGB Variations
Color information
#411816 (or 0x411816) is known color: Seal Brown. HEX triplet: 41, 18 and 16. RGB value is (65,24,22). Sum of RGB (Red+Green+Blue) = 65+24+22=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #411816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411816 is #BEE7E9. Grayscale: #242424. Windows color (decimal): -12511210 or 1448001. OLE color: 1448001.
HSL color Cylindrical-coordinate representation of color #411816: hue angle of 2.79º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411816 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 24 | 22 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.75 |
| HSL | 2.79º | 0.49% | 0.17% | - |
| HSV(B) | 2.79º | 0.66% | 0.25% | - |
| XYZ | 2.65 | 1.84 | 0.97 | - |
| YUV | 36.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 22 | 0 | 0.63 | 0.66 | 0.75 | 2.79 | 0.49 | 0.17 |
| Hex | 41 | 18 | 16 | 0 | 3F | 42 | 4B | 3 | 31 | 11 |
| Octal | 101 | 30 | 26 | 0 | 77 | 102 | 113 | 3 | 61 | 21 |
| Binary | 1000001 | 11000 | 10110 | 0 | 111111 | 1000010 | 1001011 | 11 | 110001 | 10001 |
Color Harmonies of #411816
Complementary color
Monochromatic Colors of #411816
Black with #411816
Text Example
Text Example
White with #411816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411816; }
p { color: rgb(65,24,22); }
H1.HeaderClassName
{
color: #411816;
}
.AnyTagClassName
{
color: #411816;
}
</style>
background-color css
<style>
a { background-color: #411816; }
a { background-color: rgb(65,24,22); }
div.DivClassName
{
background-color: #411816;
}
.BgClassName
{
background-color: #411816;
}
</style>
border-color css
<style>
span { border-color: #411816; }
span { border-color: rgb(65,24,22); }
td.TdClassName
{
border-color: #411816;
}
.TagClassName
{
border-color: #411816;
}
</style>