Shades of Seal Brown #40140B
Tints of Seal Brown #40140B
RGB
CMYK
RGB Variations
Color information
#40140B (or 0x40140B) is known color: Seal Brown. HEX triplet: 40, 14 and 0B. RGB value is (64,20,11). Sum of RGB (Red+Green+Blue) = 64+20+11=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40140B is #BFEBF4. Grayscale: #202020. Windows color (decimal): -12577781 or 726080. OLE color: 726080.
HSL color Cylindrical-coordinate representation of color #40140B: hue angle of 10.19º 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 #40140B is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 20 | 11 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.75 |
| HSL | 10.19º | 0.71% | 0.15% | - |
| HSV(B) | 10.19º | 0.83% | 0.25% | - |
| XYZ | 2.42 | 1.61 | 0.5 | - |
| YUV | 32.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 11 | 0 | 0.69 | 0.83 | 0.75 | 10.19 | 0.71 | 0.15 |
| Hex | 40 | 14 | B | 0 | 45 | 53 | 4B | A | 47 | F |
| Octal | 100 | 24 | 13 | 0 | 105 | 123 | 113 | 12 | 107 | 17 |
| Binary | 1000000 | 10100 | 1011 | 0 | 1000101 | 1010011 | 1001011 | 1010 | 1000111 | 1111 |
Color Harmonies of #40140B
Complementary color
Monochromatic Colors of #40140B
Black with #40140B
Text Example
Text Example
White with #40140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40140B; }
p { color: rgb(64,20,11); }
H1.HeaderClassName
{
color: #40140B;
}
.AnyTagClassName
{
color: #40140B;
}
</style>
background-color css
<style>
a { background-color: #40140B; }
a { background-color: rgb(64,20,11); }
div.DivClassName
{
background-color: #40140B;
}
.BgClassName
{
background-color: #40140B;
}
</style>
border-color css
<style>
span { border-color: #40140B; }
span { border-color: rgb(64,20,11); }
td.TdClassName
{
border-color: #40140B;
}
.TagClassName
{
border-color: #40140B;
}
</style>