Shades of Seal Brown #401309
Tints of Seal Brown #401309
RGB
CMYK
RGB Variations
Color information
#401309 (or 0x401309) is known color: Seal Brown. HEX triplet: 40, 13 and 09. RGB value is (64,19,9). Sum of RGB (Red+Green+Blue) = 64+19+9=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401309 is #BFECF6. Grayscale: #1F1F1F. Windows color (decimal): -12578039 or 594752. OLE color: 594752.
HSL color Cylindrical-coordinate representation of color #401309: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401309 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 9 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.75 |
| HSL | 10.91º | 0.75% | 0.14% | - |
| HSV(B) | 10.91º | 0.86% | 0.25% | - |
| XYZ | 2.4 | 1.58 | 0.44 | - |
| YUV | 31.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 9 | 0 | 0.70 | 0.86 | 0.75 | 10.91 | 0.75 | 0.14 |
| Hex | 40 | 13 | 9 | 0 | 46 | 56 | 4B | B | 4B | E |
| Octal | 100 | 23 | 11 | 0 | 106 | 126 | 113 | 13 | 113 | 16 |
| Binary | 1000000 | 10011 | 1001 | 0 | 1000110 | 1010110 | 1001011 | 1011 | 1001011 | 1110 |
Color Harmonies of #401309
Complementary color
Monochromatic Colors of #401309
Black with #401309
Text Example
Text Example
White with #401309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401309; }
p { color: rgb(64,19,9); }
H1.HeaderClassName
{
color: #401309;
}
.AnyTagClassName
{
color: #401309;
}
</style>
background-color css
<style>
a { background-color: #401309; }
a { background-color: rgb(64,19,9); }
div.DivClassName
{
background-color: #401309;
}
.BgClassName
{
background-color: #401309;
}
</style>
border-color css
<style>
span { border-color: #401309; }
span { border-color: rgb(64,19,9); }
td.TdClassName
{
border-color: #401309;
}
.TagClassName
{
border-color: #401309;
}
</style>