Shades of Seal Brown #410503
Tints of Seal Brown #410503
RGB
CMYK
RGB Variations
Color information
#410503 (or 0x410503) is known color: Seal Brown. HEX triplet: 41, 05 and 03. RGB value is (65,5,3). Sum of RGB (Red+Green+Blue) = 65+5+3=73 (9% of max value = 765). Red value is 65 (25.78% from 255 or 89.04% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 65 - color contains mainly: red. Hex color #410503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410503 is #BEFAFC. Grayscale: #161616. Windows color (decimal): -12516093 or 197953. OLE color: 197953.
HSL color Cylindrical-coordinate representation of color #410503: hue angle of 1.94º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410503 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 3 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.75 |
| HSL | 1.94º | 0.91% | 0.13% | - |
| HSV(B) | 1.94º | 0.95% | 0.25% | - |
| XYZ | 2.25 | 1.24 | 0.21 | - |
| YUV | 22.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 3 | 0 | 0.92 | 0.95 | 0.75 | 1.94 | 0.91 | 0.13 |
| Hex | 41 | 5 | 3 | 0 | 5C | 5F | 4B | 2 | 5B | D |
| Octal | 101 | 5 | 3 | 0 | 134 | 137 | 113 | 2 | 133 | 15 |
| Binary | 1000001 | 101 | 11 | 0 | 1011100 | 1011111 | 1001011 | 10 | 1011011 | 1101 |
Color Harmonies of #410503
Complementary color
Monochromatic Colors of #410503
Black with #410503
Text Example
Text Example
White with #410503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410503; }
p { color: rgb(65,5,3); }
H1.HeaderClassName
{
color: #410503;
}
.AnyTagClassName
{
color: #410503;
}
</style>
background-color css
<style>
a { background-color: #410503; }
a { background-color: rgb(65,5,3); }
div.DivClassName
{
background-color: #410503;
}
.BgClassName
{
background-color: #410503;
}
</style>
border-color css
<style>
span { border-color: #410503; }
span { border-color: rgb(65,5,3); }
td.TdClassName
{
border-color: #410503;
}
.TagClassName
{
border-color: #410503;
}
</style>