Shades of Seal Brown #400E05
Tints of Seal Brown #400E05
RGB
CMYK
RGB Variations
Color information
#400E05 (or 0x400E05) is known color: Seal Brown. HEX triplet: 40, 0E and 05. RGB value is (64,14,5). Sum of RGB (Red+Green+Blue) = 64+14+5=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #400E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E05 is #BFF1FA. Grayscale: #1C1C1C. Windows color (decimal): -12579323 or 331328. OLE color: 331328.
HSL color Cylindrical-coordinate representation of color #400E05: hue angle of 9.15º 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 #400E05 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 5 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.75 |
| HSL | 9.15º | 0.86% | 0.14% | - |
| HSV(B) | 9.15º | 0.92% | 0.25% | - |
| XYZ | 2.3 | 1.42 | 0.3 | - |
| YUV | 27.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 5 | 0 | 0.78 | 0.92 | 0.75 | 9.15 | 0.86 | 0.14 |
| Hex | 40 | E | 5 | 0 | 4E | 5C | 4B | 9 | 56 | E |
| Octal | 100 | 16 | 5 | 0 | 116 | 134 | 113 | 11 | 126 | 16 |
| Binary | 1000000 | 1110 | 101 | 0 | 1001110 | 1011100 | 1001011 | 1001 | 1010110 | 1110 |
Color Harmonies of #400E05
Complementary color
Monochromatic Colors of #400E05
Black with #400E05
Text Example
Text Example
White with #400E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E05; }
p { color: rgb(64,14,5); }
H1.HeaderClassName
{
color: #400E05;
}
.AnyTagClassName
{
color: #400E05;
}
</style>
background-color css
<style>
a { background-color: #400E05; }
a { background-color: rgb(64,14,5); }
div.DivClassName
{
background-color: #400E05;
}
.BgClassName
{
background-color: #400E05;
}
</style>
border-color css
<style>
span { border-color: #400E05; }
span { border-color: rgb(64,14,5); }
td.TdClassName
{
border-color: #400E05;
}
.TagClassName
{
border-color: #400E05;
}
</style>