Shades of Seal Brown #40100B
Tints of Seal Brown #40100B
RGB
CMYK
RGB Variations
Color information
#40100B (or 0x40100B) is known color: Seal Brown. HEX triplet: 40, 10 and 0B. RGB value is (64,16,11). Sum of RGB (Red+Green+Blue) = 64+16+11=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #40100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40100B is #BFEFF4. Grayscale: #1D1D1D. Windows color (decimal): -12578805 or 725056. OLE color: 725056.
HSL color Cylindrical-coordinate representation of color #40100B: hue angle of 5.66º 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 #40100B is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 11 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.75 |
| HSL | 5.66º | 0.71% | 0.15% | - |
| HSV(B) | 5.66º | 0.83% | 0.25% | - |
| XYZ | 2.36 | 1.48 | 0.48 | - |
| YUV | 29.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 11 | 0 | 0.75 | 0.83 | 0.75 | 5.66 | 0.71 | 0.15 |
| Hex | 40 | 10 | B | 0 | 4B | 53 | 4B | 6 | 47 | F |
| Octal | 100 | 20 | 13 | 0 | 113 | 123 | 113 | 6 | 107 | 17 |
| Binary | 1000000 | 10000 | 1011 | 0 | 1001011 | 1010011 | 1001011 | 110 | 1000111 | 1111 |
Color Harmonies of #40100B
Complementary color
Monochromatic Colors of #40100B
Black with #40100B
Text Example
Text Example
White with #40100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40100B; }
p { color: rgb(64,16,11); }
H1.HeaderClassName
{
color: #40100B;
}
.AnyTagClassName
{
color: #40100B;
}
</style>
background-color css
<style>
a { background-color: #40100B; }
a { background-color: rgb(64,16,11); }
div.DivClassName
{
background-color: #40100B;
}
.BgClassName
{
background-color: #40100B;
}
</style>
border-color css
<style>
span { border-color: #40100B; }
span { border-color: rgb(64,16,11); }
td.TdClassName
{
border-color: #40100B;
}
.TagClassName
{
border-color: #40100B;
}
</style>