Shades of Seal Brown #400F09
Tints of Seal Brown #400F09
RGB
CMYK
RGB Variations
Color information
#400F09 (or 0x400F09) is known color: Seal Brown. HEX triplet: 40, 0F and 09. RGB value is (64,15,9). Sum of RGB (Red+Green+Blue) = 64+15+9=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F09 is #BFF0F6. Grayscale: #1D1D1D. Windows color (decimal): -12579063 or 593728. OLE color: 593728.
HSL color Cylindrical-coordinate representation of color #400F09: hue angle of 6.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400F09 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 9 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.75 |
| HSL | 6.55º | 0.75% | 0.14% | - |
| HSV(B) | 6.55º | 0.86% | 0.25% | - |
| XYZ | 2.33 | 1.45 | 0.42 | - |
| YUV | 28.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 9 | 0 | 0.77 | 0.86 | 0.75 | 6.55 | 0.75 | 0.14 |
| Hex | 40 | F | 9 | 0 | 4D | 56 | 4B | 7 | 4B | E |
| Octal | 100 | 17 | 11 | 0 | 115 | 126 | 113 | 7 | 113 | 16 |
| Binary | 1000000 | 1111 | 1001 | 0 | 1001101 | 1010110 | 1001011 | 111 | 1001011 | 1110 |
Color Harmonies of #400F09
Complementary color
Monochromatic Colors of #400F09
Black with #400F09
Text Example
Text Example
White with #400F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F09; }
p { color: rgb(64,15,9); }
H1.HeaderClassName
{
color: #400F09;
}
.AnyTagClassName
{
color: #400F09;
}
</style>
background-color css
<style>
a { background-color: #400F09; }
a { background-color: rgb(64,15,9); }
div.DivClassName
{
background-color: #400F09;
}
.BgClassName
{
background-color: #400F09;
}
</style>
border-color css
<style>
span { border-color: #400F09; }
span { border-color: rgb(64,15,9); }
td.TdClassName
{
border-color: #400F09;
}
.TagClassName
{
border-color: #400F09;
}
</style>