Shades of Seal Brown #411004
Tints of Seal Brown #411004
RGB
CMYK
RGB Variations
Color information
#411004 (or 0x411004) is known color: Seal Brown. HEX triplet: 41, 10 and 04. RGB value is (65,16,4). Sum of RGB (Red+Green+Blue) = 65+16+4=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #411004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411004 is #BEEFFB. Grayscale: #1D1D1D. Windows color (decimal): -12513276 or 266305. OLE color: 266305.
HSL color Cylindrical-coordinate representation of color #411004: hue angle of 11.8º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #411004 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 16 | 4 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.75 |
| HSL | 11.8º | 0.88% | 0.14% | - |
| HSV(B) | 11.8º | 0.94% | 0.25% | - |
| XYZ | 2.39 | 1.5 | 0.28 | - |
| YUV | 29.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 4 | 0 | 0.75 | 0.94 | 0.75 | 11.8 | 0.88 | 0.14 |
| Hex | 41 | 10 | 4 | 0 | 4B | 5E | 4B | C | 58 | E |
| Octal | 101 | 20 | 4 | 0 | 113 | 136 | 113 | 14 | 130 | 16 |
| Binary | 1000001 | 10000 | 100 | 0 | 1001011 | 1011110 | 1001011 | 1100 | 1011000 | 1110 |
Color Harmonies of #411004
Complementary color
Monochromatic Colors of #411004
Black with #411004
Text Example
Text Example
White with #411004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411004; }
p { color: rgb(65,16,4); }
H1.HeaderClassName
{
color: #411004;
}
.AnyTagClassName
{
color: #411004;
}
</style>
background-color css
<style>
a { background-color: #411004; }
a { background-color: rgb(65,16,4); }
div.DivClassName
{
background-color: #411004;
}
.BgClassName
{
background-color: #411004;
}
</style>
border-color css
<style>
span { border-color: #411004; }
span { border-color: rgb(65,16,4); }
td.TdClassName
{
border-color: #411004;
}
.TagClassName
{
border-color: #411004;
}
</style>