Shades of Seal Brown #40110B
Tints of Seal Brown #40110B
RGB
CMYK
RGB Variations
Color information
#40110B (or 0x40110B) is known color: Seal Brown. HEX triplet: 40, 11 and 0B. RGB value is (64,17,11). Sum of RGB (Red+Green+Blue) = 64+17+11=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #40110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40110B is #BFEEF4. Grayscale: #1E1E1E. Windows color (decimal): -12578549 or 725312. OLE color: 725312.
HSL color Cylindrical-coordinate representation of color #40110B: hue angle of 6.79º 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 #40110B is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 11 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.75 |
| HSL | 6.79º | 0.71% | 0.15% | - |
| HSV(B) | 6.79º | 0.83% | 0.25% | - |
| XYZ | 2.38 | 1.52 | 0.48 | - |
| YUV | 30.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 11 | 0 | 0.73 | 0.83 | 0.75 | 6.79 | 0.71 | 0.15 |
| Hex | 40 | 11 | B | 0 | 49 | 53 | 4B | 7 | 47 | F |
| Octal | 100 | 21 | 13 | 0 | 111 | 123 | 113 | 7 | 107 | 17 |
| Binary | 1000000 | 10001 | 1011 | 0 | 1001001 | 1010011 | 1001011 | 111 | 1000111 | 1111 |
Color Harmonies of #40110B
Complementary color
Monochromatic Colors of #40110B
Black with #40110B
Text Example
Text Example
White with #40110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40110B; }
p { color: rgb(64,17,11); }
H1.HeaderClassName
{
color: #40110B;
}
.AnyTagClassName
{
color: #40110B;
}
</style>
background-color css
<style>
a { background-color: #40110B; }
a { background-color: rgb(64,17,11); }
div.DivClassName
{
background-color: #40110B;
}
.BgClassName
{
background-color: #40110B;
}
</style>
border-color css
<style>
span { border-color: #40110B; }
span { border-color: rgb(64,17,11); }
td.TdClassName
{
border-color: #40110B;
}
.TagClassName
{
border-color: #40110B;
}
</style>