Shades of Seal Brown #400F05
Tints of Seal Brown #400F05
RGB
CMYK
RGB Variations
Color information
#400F05 (or 0x400F05) is known color: Seal Brown. HEX triplet: 40, 0F and 05. RGB value is (64,15,5). Sum of RGB (Red+Green+Blue) = 64+15+5=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F05 is #BFF0FA. Grayscale: #1C1C1C. Windows color (decimal): -12579067 or 331584. OLE color: 331584.
HSL color Cylindrical-coordinate representation of color #400F05: hue angle of 10.17º 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 #400F05 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 5 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.75 |
| HSL | 10.17º | 0.86% | 0.14% | - |
| HSV(B) | 10.17º | 0.92% | 0.25% | - |
| XYZ | 2.31 | 1.44 | 0.3 | - |
| YUV | 28.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 5 | 0 | 0.77 | 0.92 | 0.75 | 10.17 | 0.86 | 0.14 |
| Hex | 40 | F | 5 | 0 | 4D | 5C | 4B | A | 56 | E |
| Octal | 100 | 17 | 5 | 0 | 115 | 134 | 113 | 12 | 126 | 16 |
| Binary | 1000000 | 1111 | 101 | 0 | 1001101 | 1011100 | 1001011 | 1010 | 1010110 | 1110 |
Color Harmonies of #400F05
Complementary color
Monochromatic Colors of #400F05
Black with #400F05
Text Example
Text Example
White with #400F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F05; }
p { color: rgb(64,15,5); }
H1.HeaderClassName
{
color: #400F05;
}
.AnyTagClassName
{
color: #400F05;
}
</style>
background-color css
<style>
a { background-color: #400F05; }
a { background-color: rgb(64,15,5); }
div.DivClassName
{
background-color: #400F05;
}
.BgClassName
{
background-color: #400F05;
}
</style>
border-color css
<style>
span { border-color: #400F05; }
span { border-color: rgb(64,15,5); }
td.TdClassName
{
border-color: #400F05;
}
.TagClassName
{
border-color: #400F05;
}
</style>