Shades of Seal Brown #401815
Tints of Seal Brown #401815
RGB
CMYK
RGB Variations
Color information
#401815 (or 0x401815) is known color: Seal Brown. HEX triplet: 40, 18 and 15. RGB value is (64,24,21). Sum of RGB (Red+Green+Blue) = 64+24+21=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401815 is #BFE7EA. Grayscale: #232323. Windows color (decimal): -12576747 or 1382464. OLE color: 1382464.
HSL color Cylindrical-coordinate representation of color #401815: hue angle of 4.19º 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 #401815 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 21 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.75 |
| HSL | 4.19º | 0.51% | 0.17% | - |
| HSV(B) | 4.19º | 0.67% | 0.25% | - |
| XYZ | 2.58 | 1.8 | 0.92 | - |
| YUV | 35.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 21 | 0 | 0.62 | 0.67 | 0.75 | 4.19 | 0.51 | 0.17 |
| Hex | 40 | 18 | 15 | 0 | 3E | 43 | 4B | 4 | 33 | 11 |
| Octal | 100 | 30 | 25 | 0 | 76 | 103 | 113 | 4 | 63 | 21 |
| Binary | 1000000 | 11000 | 10101 | 0 | 111110 | 1000011 | 1001011 | 100 | 110011 | 10001 |
Color Harmonies of #401815
Complementary color
Monochromatic Colors of #401815
Black with #401815
Text Example
Text Example
White with #401815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401815; }
p { color: rgb(64,24,21); }
H1.HeaderClassName
{
color: #401815;
}
.AnyTagClassName
{
color: #401815;
}
</style>
background-color css
<style>
a { background-color: #401815; }
a { background-color: rgb(64,24,21); }
div.DivClassName
{
background-color: #401815;
}
.BgClassName
{
background-color: #401815;
}
</style>
border-color css
<style>
span { border-color: #401815; }
span { border-color: rgb(64,24,21); }
td.TdClassName
{
border-color: #401815;
}
.TagClassName
{
border-color: #401815;
}
</style>