Shades of Seal Brown #401000
Tints of Seal Brown #401000
RGB
CMYK
RGB Variations
Color information
#401000 (or 0x401000) is known color: Seal Brown. HEX triplet: 40, 10 and 00. RGB value is (64,16,0). Sum of RGB (Red+Green+Blue) = 64+16+0=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #401000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401000 is #BFEFFF. Grayscale: #1C1C1C. Windows color (decimal): -12578816 or 4160. OLE color: 4160.
HSL color Cylindrical-coordinate representation of color #401000: hue angle of 15º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #401000 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.75 |
| HSL | 15º | 1% | 0.13% | - |
| HSV(B) | 15º | 1% | 0.25% | - |
| XYZ | 2.3 | 1.46 | 0.16 | - |
| YUV | 28.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 0 | 0 | 0.75 | 1 | 0.75 | 15 | 1 | 0.13 |
| Hex | 40 | 10 | 0 | 0 | 4B | 64 | 4B | F | 64 | D |
| Octal | 100 | 20 | 0 | 0 | 113 | 144 | 113 | 17 | 144 | 15 |
| Binary | 1000000 | 10000 | 0 | 0 | 1001011 | 1100100 | 1001011 | 1111 | 1100100 | 1101 |
Color Harmonies of #401000
Complementary color
Monochromatic Colors of #401000
Black with #401000
Text Example
Text Example
White with #401000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401000; }
p { color: rgb(64,16,0); }
H1.HeaderClassName
{
color: #401000;
}
.AnyTagClassName
{
color: #401000;
}
</style>
background-color css
<style>
a { background-color: #401000; }
a { background-color: rgb(64,16,0); }
div.DivClassName
{
background-color: #401000;
}
.BgClassName
{
background-color: #401000;
}
</style>
border-color css
<style>
span { border-color: #401000; }
span { border-color: rgb(64,16,0); }
td.TdClassName
{
border-color: #401000;
}
.TagClassName
{
border-color: #401000;
}
</style>