Shades of Seal Brown #46140B
Tints of Seal Brown #46140B
RGB
CMYK
RGB Variations
Color information
#46140B (or 0x46140B) is known color: Seal Brown. HEX triplet: 46, 14 and 0B. RGB value is (70,20,11). Sum of RGB (Red+Green+Blue) = 70+20+11=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46140B is #B9EBF4. Grayscale: #222222. Windows color (decimal): -12184565 or 726086. OLE color: 726086.
HSL color Cylindrical-coordinate representation of color #46140B: hue angle of 9.15º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46140B is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 20 | 11 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.73 |
| HSL | 9.15º | 0.73% | 0.16% | - |
| HSV(B) | 9.15º | 0.84% | 0.27% | - |
| XYZ | 2.84 | 1.83 | 0.52 | - |
| YUV | 33.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 11 | 0 | 0.71 | 0.84 | 0.73 | 9.15 | 0.73 | 0.16 |
| Hex | 46 | 14 | B | 0 | 47 | 54 | 49 | 9 | 49 | 10 |
| Octal | 106 | 24 | 13 | 0 | 107 | 124 | 111 | 11 | 111 | 20 |
| Binary | 1000110 | 10100 | 1011 | 0 | 1000111 | 1010100 | 1001001 | 1001 | 1001001 | 10000 |
Color Harmonies of #46140B
Complementary color
Monochromatic Colors of #46140B
Black with #46140B
Text Example
Text Example
White with #46140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46140B; }
p { color: rgb(70,20,11); }
H1.HeaderClassName
{
color: #46140B;
}
.AnyTagClassName
{
color: #46140B;
}
</style>
background-color css
<style>
a { background-color: #46140B; }
a { background-color: rgb(70,20,11); }
div.DivClassName
{
background-color: #46140B;
}
.BgClassName
{
background-color: #46140B;
}
</style>
border-color css
<style>
span { border-color: #46140B; }
span { border-color: rgb(70,20,11); }
td.TdClassName
{
border-color: #46140B;
}
.TagClassName
{
border-color: #46140B;
}
</style>