Shades of Seal Brown #400B05
Tints of Seal Brown #400B05
RGB
CMYK
RGB Variations
Color information
#400B05 (or 0x400B05) is known color: Seal Brown. HEX triplet: 40, 0B and 05. RGB value is (64,11,5). Sum of RGB (Red+Green+Blue) = 64+11+5=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #400B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B05 is #BFF4FA. Grayscale: #1A1A1A. Windows color (decimal): -12580091 or 330560. OLE color: 330560.
HSL color Cylindrical-coordinate representation of color #400B05: hue angle of 6.1º 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 #400B05 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 11 | 5 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.75 |
| HSL | 6.1º | 0.86% | 0.14% | - |
| HSV(B) | 6.1º | 0.92% | 0.25% | - |
| XYZ | 2.26 | 1.34 | 0.28 | - |
| YUV | 26.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 5 | 0 | 0.83 | 0.92 | 0.75 | 6.1 | 0.86 | 0.14 |
| Hex | 40 | B | 5 | 0 | 53 | 5C | 4B | 6 | 56 | E |
| Octal | 100 | 13 | 5 | 0 | 123 | 134 | 113 | 6 | 126 | 16 |
| Binary | 1000000 | 1011 | 101 | 0 | 1010011 | 1011100 | 1001011 | 110 | 1010110 | 1110 |
Color Harmonies of #400B05
Complementary color
Monochromatic Colors of #400B05
Black with #400B05
Text Example
Text Example
White with #400B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B05; }
p { color: rgb(64,11,5); }
H1.HeaderClassName
{
color: #400B05;
}
.AnyTagClassName
{
color: #400B05;
}
</style>
background-color css
<style>
a { background-color: #400B05; }
a { background-color: rgb(64,11,5); }
div.DivClassName
{
background-color: #400B05;
}
.BgClassName
{
background-color: #400B05;
}
</style>
border-color css
<style>
span { border-color: #400B05; }
span { border-color: rgb(64,11,5); }
td.TdClassName
{
border-color: #400B05;
}
.TagClassName
{
border-color: #400B05;
}
</style>