Shades of Seal Brown #401513
Tints of Seal Brown #401513
RGB
CMYK
RGB Variations
Color information
#401513 (or 0x401513) is known color: Seal Brown. HEX triplet: 40, 15 and 13. RGB value is (64,21,19). Sum of RGB (Red+Green+Blue) = 64+21+19=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401513 is #BFEAEC. Grayscale: #212121. Windows color (decimal): -12577517 or 1250624. OLE color: 1250624.
HSL color Cylindrical-coordinate representation of color #401513: hue angle of 2.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401513 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 19 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.75 |
| HSL | 2.67º | 0.54% | 0.16% | - |
| HSV(B) | 2.67º | 0.7% | 0.25% | - |
| XYZ | 2.5 | 1.67 | 0.81 | - |
| YUV | 33.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 19 | 0 | 0.67 | 0.70 | 0.75 | 2.67 | 0.54 | 0.16 |
| Hex | 40 | 15 | 13 | 0 | 43 | 46 | 4B | 3 | 36 | 10 |
| Octal | 100 | 25 | 23 | 0 | 103 | 106 | 113 | 3 | 66 | 20 |
| Binary | 1000000 | 10101 | 10011 | 0 | 1000011 | 1000110 | 1001011 | 11 | 110110 | 10000 |
Color Harmonies of #401513
Complementary color
Monochromatic Colors of #401513
Black with #401513
Text Example
Text Example
White with #401513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401513; }
p { color: rgb(64,21,19); }
H1.HeaderClassName
{
color: #401513;
}
.AnyTagClassName
{
color: #401513;
}
</style>
background-color css
<style>
a { background-color: #401513; }
a { background-color: rgb(64,21,19); }
div.DivClassName
{
background-color: #401513;
}
.BgClassName
{
background-color: #401513;
}
</style>
border-color css
<style>
span { border-color: #401513; }
span { border-color: rgb(64,21,19); }
td.TdClassName
{
border-color: #401513;
}
.TagClassName
{
border-color: #401513;
}
</style>