Shades of Seal Brown #401915
Tints of Seal Brown #401915
RGB
CMYK
RGB Variations
Color information
#401915 (or 0x401915) is known color: Seal Brown. HEX triplet: 40, 19 and 15. RGB value is (64,25,21). Sum of RGB (Red+Green+Blue) = 64+25+21=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401915 is #BFE6EA. Grayscale: #242424. Windows color (decimal): -12576491 or 1382720. OLE color: 1382720.
HSL color Cylindrical-coordinate representation of color #401915: hue angle of 5.58º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401915 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 21 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.75 |
| HSL | 5.58º | 0.51% | 0.17% | - |
| HSV(B) | 5.58º | 0.67% | 0.25% | - |
| XYZ | 2.6 | 1.84 | 0.93 | - |
| YUV | 36.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 21 | 0 | 0.61 | 0.67 | 0.75 | 5.58 | 0.51 | 0.17 |
| Hex | 40 | 19 | 15 | 0 | 3D | 43 | 4B | 6 | 33 | 11 |
| Octal | 100 | 31 | 25 | 0 | 75 | 103 | 113 | 6 | 63 | 21 |
| Binary | 1000000 | 11001 | 10101 | 0 | 111101 | 1000011 | 1001011 | 110 | 110011 | 10001 |
Color Harmonies of #401915
Complementary color
Monochromatic Colors of #401915
Black with #401915
Text Example
Text Example
White with #401915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401915; }
p { color: rgb(64,25,21); }
H1.HeaderClassName
{
color: #401915;
}
.AnyTagClassName
{
color: #401915;
}
</style>
background-color css
<style>
a { background-color: #401915; }
a { background-color: rgb(64,25,21); }
div.DivClassName
{
background-color: #401915;
}
.BgClassName
{
background-color: #401915;
}
</style>
border-color css
<style>
span { border-color: #401915; }
span { border-color: rgb(64,25,21); }
td.TdClassName
{
border-color: #401915;
}
.TagClassName
{
border-color: #401915;
}
</style>