Shades of Seal Brown #400B09
Tints of Seal Brown #400B09
RGB
CMYK
RGB Variations
Color information
#400B09 (or 0x400B09) is known color: Seal Brown. HEX triplet: 40, 0B and 09. RGB value is (64,11,9). Sum of RGB (Red+Green+Blue) = 64+11+9=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B09 is #BFF4F6. Grayscale: #1A1A1A. Windows color (decimal): -12580087 or 592704. OLE color: 592704.
HSL color Cylindrical-coordinate representation of color #400B09: hue angle of 2.18º 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 #400B09 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 9 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.75 |
| HSL | 2.18º | 0.75% | 0.14% | - |
| HSV(B) | 2.18º | 0.86% | 0.25% | - |
| XYZ | 2.28 | 1.35 | 0.4 | - |
| YUV | 26.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 9 | 0 | 0.83 | 0.86 | 0.75 | 2.18 | 0.75 | 0.14 |
| Hex | 40 | B | 9 | 0 | 53 | 56 | 4B | 2 | 4B | E |
| Octal | 100 | 13 | 11 | 0 | 123 | 126 | 113 | 2 | 113 | 16 |
| Binary | 1000000 | 1011 | 1001 | 0 | 1010011 | 1010110 | 1001011 | 10 | 1001011 | 1110 |
Color Harmonies of #400B09
Complementary color
Monochromatic Colors of #400B09
Black with #400B09
Text Example
Text Example
White with #400B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B09; }
p { color: rgb(64,11,9); }
H1.HeaderClassName
{
color: #400B09;
}
.AnyTagClassName
{
color: #400B09;
}
</style>
background-color css
<style>
a { background-color: #400B09; }
a { background-color: rgb(64,11,9); }
div.DivClassName
{
background-color: #400B09;
}
.BgClassName
{
background-color: #400B09;
}
</style>
border-color css
<style>
span { border-color: #400B09; }
span { border-color: rgb(64,11,9); }
td.TdClassName
{
border-color: #400B09;
}
.TagClassName
{
border-color: #400B09;
}
</style>