Shades of Seal Brown #411414
Tints of Seal Brown #411414
RGB
CMYK
RGB Variations
Color information
#411414 (or 0x411414) is known color: Seal Brown. HEX triplet: 41, 14 and 14. RGB value is (65,20,20). Sum of RGB (Red+Green+Blue) = 65+20+20=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411414 is #BEEBEB. Grayscale: #212121. Windows color (decimal): -12512236 or 1315905. OLE color: 1315905.
HSL color Cylindrical-coordinate representation of color #411414: hue angle of 0º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411414 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 20 | 20 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.75 |
| HSL | 0º | 0.53% | 0.17% | - |
| HSV(B) | 0º | 0.69% | 0.25% | - |
| XYZ | 2.56 | 1.67 | 0.85 | - |
| YUV | 33.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 20 | 0 | 0.69 | 0.69 | 0.75 | 0 | 0.53 | 0.17 |
| Hex | 41 | 14 | 14 | 0 | 45 | 45 | 4B | 0 | 35 | 11 |
| Octal | 101 | 24 | 24 | 0 | 105 | 105 | 113 | 0 | 65 | 21 |
| Binary | 1000001 | 10100 | 10100 | 0 | 1000101 | 1000101 | 1001011 | 0 | 110101 | 10001 |
Color Harmonies of #411414
Complementary color
Monochromatic Colors of #411414
Black with #411414
Text Example
Text Example
White with #411414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411414; }
p { color: rgb(65,20,20); }
H1.HeaderClassName
{
color: #411414;
}
.AnyTagClassName
{
color: #411414;
}
</style>
background-color css
<style>
a { background-color: #411414; }
a { background-color: rgb(65,20,20); }
div.DivClassName
{
background-color: #411414;
}
.BgClassName
{
background-color: #411414;
}
</style>
border-color css
<style>
span { border-color: #411414; }
span { border-color: rgb(65,20,20); }
td.TdClassName
{
border-color: #411414;
}
.TagClassName
{
border-color: #411414;
}
</style>