Shades of Seal Brown #400901
Tints of Seal Brown #400901
RGB
CMYK
RGB Variations
Color information
#400901 (or 0x400901) is known color: Seal Brown. HEX triplet: 40, 09 and 01. RGB value is (64,9,1). Sum of RGB (Red+Green+Blue) = 64+9+1=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400901 is #BFF6FE. Grayscale: #181818. Windows color (decimal): -12580607 or 67904. OLE color: 67904.
HSL color Cylindrical-coordinate representation of color #400901: hue angle of 7.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400901 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 1 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.75 |
| HSL | 7.62º | 0.97% | 0.13% | - |
| HSV(B) | 7.62º | 0.98% | 0.25% | - |
| XYZ | 2.22 | 1.29 | 0.16 | - |
| YUV | 24.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 1 | 0 | 0.86 | 0.98 | 0.75 | 7.62 | 0.97 | 0.13 |
| Hex | 40 | 9 | 1 | 0 | 56 | 62 | 4B | 8 | 61 | D |
| Octal | 100 | 11 | 1 | 0 | 126 | 142 | 113 | 10 | 141 | 15 |
| Binary | 1000000 | 1001 | 1 | 0 | 1010110 | 1100010 | 1001011 | 1000 | 1100001 | 1101 |
Color Harmonies of #400901
Complementary color
Monochromatic Colors of #400901
Black with #400901
Text Example
Text Example
White with #400901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400901; }
p { color: rgb(64,9,1); }
H1.HeaderClassName
{
color: #400901;
}
.AnyTagClassName
{
color: #400901;
}
</style>
background-color css
<style>
a { background-color: #400901; }
a { background-color: rgb(64,9,1); }
div.DivClassName
{
background-color: #400901;
}
.BgClassName
{
background-color: #400901;
}
</style>
border-color css
<style>
span { border-color: #400901; }
span { border-color: rgb(64,9,1); }
td.TdClassName
{
border-color: #400901;
}
.TagClassName
{
border-color: #400901;
}
</style>