Shades of Seal Brown #411B19
Tints of Seal Brown #411B19
RGB
CMYK
RGB Variations
Color information
#411B19 (or 0x411B19) is known color: Seal Brown. HEX triplet: 41, 1B and 19. RGB value is (65,27,25). Sum of RGB (Red+Green+Blue) = 65+27+25=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #411B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B19 is #BEE4E6. Grayscale: #262626. Windows color (decimal): -12510439 or 1645377. OLE color: 1645377.
HSL color Cylindrical-coordinate representation of color #411B19: hue angle of 3º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411B19 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 25 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.75 |
| HSL | 3º | 0.44% | 0.18% | - |
| HSV(B) | 3º | 0.62% | 0.25% | - |
| XYZ | 2.75 | 1.98 | 1.16 | - |
| YUV | 38.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 25 | 0 | 0.58 | 0.62 | 0.75 | 3 | 0.44 | 0.18 |
| Hex | 41 | 1B | 19 | 0 | 3A | 3E | 4B | 3 | 2C | 12 |
| Octal | 101 | 33 | 31 | 0 | 72 | 76 | 113 | 3 | 54 | 22 |
| Binary | 1000001 | 11011 | 11001 | 0 | 111010 | 111110 | 1001011 | 11 | 101100 | 10010 |
Color Harmonies of #411B19
Complementary color
Monochromatic Colors of #411B19
Black with #411B19
Text Example
Text Example
White with #411B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B19; }
p { color: rgb(65,27,25); }
H1.HeaderClassName
{
color: #411B19;
}
.AnyTagClassName
{
color: #411B19;
}
</style>
background-color css
<style>
a { background-color: #411B19; }
a { background-color: rgb(65,27,25); }
div.DivClassName
{
background-color: #411B19;
}
.BgClassName
{
background-color: #411B19;
}
</style>
border-color css
<style>
span { border-color: #411B19; }
span { border-color: rgb(65,27,25); }
td.TdClassName
{
border-color: #411B19;
}
.TagClassName
{
border-color: #411B19;
}
</style>