Shades of Seal Brown #400905
Tints of Seal Brown #400905
RGB
CMYK
RGB Variations
Color information
#400905 (or 0x400905) is known color: Seal Brown. HEX triplet: 40, 09 and 05. RGB value is (64,9,5). Sum of RGB (Red+Green+Blue) = 64+9+5=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400905 is #BFF6FA. Grayscale: #191919. Windows color (decimal): -12580603 or 330048. OLE color: 330048.
HSL color Cylindrical-coordinate representation of color #400905: hue angle of 4.07º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400905 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 5 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.75 |
| HSL | 4.07º | 0.86% | 0.14% | - |
| HSV(B) | 4.07º | 0.92% | 0.25% | - |
| XYZ | 2.24 | 1.3 | 0.28 | - |
| YUV | 24.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 5 | 0 | 0.86 | 0.92 | 0.75 | 4.07 | 0.86 | 0.14 |
| Hex | 40 | 9 | 5 | 0 | 56 | 5C | 4B | 4 | 56 | E |
| Octal | 100 | 11 | 5 | 0 | 126 | 134 | 113 | 4 | 126 | 16 |
| Binary | 1000000 | 1001 | 101 | 0 | 1010110 | 1011100 | 1001011 | 100 | 1010110 | 1110 |
Color Harmonies of #400905
Complementary color
Monochromatic Colors of #400905
Black with #400905
Text Example
Text Example
White with #400905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400905; }
p { color: rgb(64,9,5); }
H1.HeaderClassName
{
color: #400905;
}
.AnyTagClassName
{
color: #400905;
}
</style>
background-color css
<style>
a { background-color: #400905; }
a { background-color: rgb(64,9,5); }
div.DivClassName
{
background-color: #400905;
}
.BgClassName
{
background-color: #400905;
}
</style>
border-color css
<style>
span { border-color: #400905; }
span { border-color: rgb(64,9,5); }
td.TdClassName
{
border-color: #400905;
}
.TagClassName
{
border-color: #400905;
}
</style>