Shades of Seal Brown #400F0B
Tints of Seal Brown #400F0B
RGB
CMYK
RGB Variations
Color information
#400F0B (or 0x400F0B) is known color: Seal Brown. HEX triplet: 40, 0F and 0B. RGB value is (64,15,11). Sum of RGB (Red+Green+Blue) = 64+15+11=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F0B is #BFF0F4. Grayscale: #1D1D1D. Windows color (decimal): -12579061 or 724800. OLE color: 724800.
HSL color Cylindrical-coordinate representation of color #400F0B: hue angle of 4.53º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400F0B is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 11 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.75 |
| HSL | 4.53º | 0.71% | 0.15% | - |
| HSV(B) | 4.53º | 0.83% | 0.25% | - |
| XYZ | 2.35 | 1.46 | 0.47 | - |
| YUV | 29.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 11 | 0 | 0.77 | 0.83 | 0.75 | 4.53 | 0.71 | 0.15 |
| Hex | 40 | F | B | 0 | 4D | 53 | 4B | 5 | 47 | F |
| Octal | 100 | 17 | 13 | 0 | 115 | 123 | 113 | 5 | 107 | 17 |
| Binary | 1000000 | 1111 | 1011 | 0 | 1001101 | 1010011 | 1001011 | 101 | 1000111 | 1111 |
Color Harmonies of #400F0B
Complementary color
Monochromatic Colors of #400F0B
Black with #400F0B
Text Example
Text Example
White with #400F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F0B; }
p { color: rgb(64,15,11); }
H1.HeaderClassName
{
color: #400F0B;
}
.AnyTagClassName
{
color: #400F0B;
}
</style>
background-color css
<style>
a { background-color: #400F0B; }
a { background-color: rgb(64,15,11); }
div.DivClassName
{
background-color: #400F0B;
}
.BgClassName
{
background-color: #400F0B;
}
</style>
border-color css
<style>
span { border-color: #400F0B; }
span { border-color: rgb(64,15,11); }
td.TdClassName
{
border-color: #400F0B;
}
.TagClassName
{
border-color: #400F0B;
}
</style>