Shades of Seal Brown #400D09
Tints of Seal Brown #400D09
RGB
CMYK
RGB Variations
Color information
#400D09 (or 0x400D09) is known color: Seal Brown. HEX triplet: 40, 0D and 09. RGB value is (64,13,9). Sum of RGB (Red+Green+Blue) = 64+13+9=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D09 is #BFF2F6. Grayscale: #1B1B1B. Windows color (decimal): -12579575 or 593216. OLE color: 593216.
HSL color Cylindrical-coordinate representation of color #400D09: hue angle of 4.36º 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 #400D09 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 13 | 9 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.75 |
| HSL | 4.36º | 0.75% | 0.14% | - |
| HSV(B) | 4.36º | 0.86% | 0.25% | - |
| XYZ | 2.31 | 1.4 | 0.41 | - |
| YUV | 27.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 9 | 0 | 0.80 | 0.86 | 0.75 | 4.36 | 0.75 | 0.14 |
| Hex | 40 | D | 9 | 0 | 50 | 56 | 4B | 4 | 4B | E |
| Octal | 100 | 15 | 11 | 0 | 120 | 126 | 113 | 4 | 113 | 16 |
| Binary | 1000000 | 1101 | 1001 | 0 | 1010000 | 1010110 | 1001011 | 100 | 1001011 | 1110 |
Color Harmonies of #400D09
Complementary color
Monochromatic Colors of #400D09
Black with #400D09
Text Example
Text Example
White with #400D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D09; }
p { color: rgb(64,13,9); }
H1.HeaderClassName
{
color: #400D09;
}
.AnyTagClassName
{
color: #400D09;
}
</style>
background-color css
<style>
a { background-color: #400D09; }
a { background-color: rgb(64,13,9); }
div.DivClassName
{
background-color: #400D09;
}
.BgClassName
{
background-color: #400D09;
}
</style>
border-color css
<style>
span { border-color: #400D09; }
span { border-color: rgb(64,13,9); }
td.TdClassName
{
border-color: #400D09;
}
.TagClassName
{
border-color: #400D09;
}
</style>