Shades of Seal Brown #460E0B
Tints of Seal Brown #460E0B
RGB
CMYK
RGB Variations
Color information
#460E0B (or 0x460E0B) is known color: Seal Brown. HEX triplet: 46, 0E and 0B. RGB value is (70,14,11). Sum of RGB (Red+Green+Blue) = 70+14+11=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E0B is #B9F1F4. Grayscale: #1E1E1E. Windows color (decimal): -12186101 or 724550. OLE color: 724550.
HSL color Cylindrical-coordinate representation of color #460E0B: hue angle of 3.05º 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 #460E0B is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 14 | 11 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.73 |
| HSL | 3.05º | 0.73% | 0.16% | - |
| HSV(B) | 3.05º | 0.84% | 0.27% | - |
| XYZ | 2.74 | 1.64 | 0.49 | - |
| YUV | 30.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 11 | 0 | 0.80 | 0.84 | 0.73 | 3.05 | 0.73 | 0.16 |
| Hex | 46 | E | B | 0 | 50 | 54 | 49 | 3 | 49 | 10 |
| Octal | 106 | 16 | 13 | 0 | 120 | 124 | 111 | 3 | 111 | 20 |
| Binary | 1000110 | 1110 | 1011 | 0 | 1010000 | 1010100 | 1001001 | 11 | 1001001 | 10000 |
Color Harmonies of #460E0B
Complementary color
Monochromatic Colors of #460E0B
Black with #460E0B
Text Example
Text Example
White with #460E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E0B; }
p { color: rgb(70,14,11); }
H1.HeaderClassName
{
color: #460E0B;
}
.AnyTagClassName
{
color: #460E0B;
}
</style>
background-color css
<style>
a { background-color: #460E0B; }
a { background-color: rgb(70,14,11); }
div.DivClassName
{
background-color: #460E0B;
}
.BgClassName
{
background-color: #460E0B;
}
</style>
border-color css
<style>
span { border-color: #460E0B; }
span { border-color: rgb(70,14,11); }
td.TdClassName
{
border-color: #460E0B;
}
.TagClassName
{
border-color: #460E0B;
}
</style>