Shades of Seal Brown #401307
Tints of Seal Brown #401307
RGB
CMYK
RGB Variations
Color information
#401307 (or 0x401307) is known color: Seal Brown. HEX triplet: 40, 13 and 07. RGB value is (64,19,7). Sum of RGB (Red+Green+Blue) = 64+19+7=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401307 is #BFECF8. Grayscale: #1F1F1F. Windows color (decimal): -12578041 or 463680. OLE color: 463680.
HSL color Cylindrical-coordinate representation of color #401307: hue angle of 12.63º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401307 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 7 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.75 |
| HSL | 12.63º | 0.8% | 0.14% | - |
| HSV(B) | 12.63º | 0.89% | 0.25% | - |
| XYZ | 2.39 | 1.57 | 0.38 | - |
| YUV | 31.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 7 | 0 | 0.70 | 0.89 | 0.75 | 12.63 | 0.8 | 0.14 |
| Hex | 40 | 13 | 7 | 0 | 46 | 59 | 4B | D | 50 | E |
| Octal | 100 | 23 | 7 | 0 | 106 | 131 | 113 | 15 | 120 | 16 |
| Binary | 1000000 | 10011 | 111 | 0 | 1000110 | 1011001 | 1001011 | 1101 | 1010000 | 1110 |
Color Harmonies of #401307
Complementary color
Monochromatic Colors of #401307
Black with #401307
Text Example
Text Example
White with #401307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401307; }
p { color: rgb(64,19,7); }
H1.HeaderClassName
{
color: #401307;
}
.AnyTagClassName
{
color: #401307;
}
</style>
background-color css
<style>
a { background-color: #401307; }
a { background-color: rgb(64,19,7); }
div.DivClassName
{
background-color: #401307;
}
.BgClassName
{
background-color: #401307;
}
</style>
border-color css
<style>
span { border-color: #401307; }
span { border-color: rgb(64,19,7); }
td.TdClassName
{
border-color: #401307;
}
.TagClassName
{
border-color: #401307;
}
</style>