Shades of Seal Brown #460E00
Tints of Seal Brown #460E00
RGB
CMYK
RGB Variations
Color information
#460E00 (or 0x460E00) is known color: Seal Brown. HEX triplet: 46, 0E and 00. RGB value is (70,14,0). Sum of RGB (Red+Green+Blue) = 70+14+0=84 (11% of max value = 765). Red value is 70 (27.73% from 255 or 83.33% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 70 - color contains mainly: red. Hex color #460E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E00 is #B9F1FF. Grayscale: #1D1D1D. Windows color (decimal): -12186112 or 3654. OLE color: 3654.
HSL color Cylindrical-coordinate representation of color #460E00: hue angle of 12º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460E00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 14 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.73 |
| HSL | 12º | 1% | 0.14% | - |
| HSV(B) | 12º | 1% | 0.27% | - |
| XYZ | 2.68 | 1.62 | 0.17 | - |
| YUV | 29.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 0 | 0 | 0.80 | 1 | 0.73 | 12 | 1 | 0.14 |
| Hex | 46 | E | 0 | 0 | 50 | 64 | 49 | C | 64 | E |
| Octal | 106 | 16 | 0 | 0 | 120 | 144 | 111 | 14 | 144 | 16 |
| Binary | 1000110 | 1110 | 0 | 0 | 1010000 | 1100100 | 1001001 | 1100 | 1100100 | 1110 |
Color Harmonies of #460E00
Complementary color
Monochromatic Colors of #460E00
Black with #460E00
Text Example
Text Example
White with #460E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E00; }
p { color: rgb(70,14,0); }
H1.HeaderClassName
{
color: #460E00;
}
.AnyTagClassName
{
color: #460E00;
}
</style>
background-color css
<style>
a { background-color: #460E00; }
a { background-color: rgb(70,14,0); }
div.DivClassName
{
background-color: #460E00;
}
.BgClassName
{
background-color: #460E00;
}
</style>
border-color css
<style>
span { border-color: #460E00; }
span { border-color: rgb(70,14,0); }
td.TdClassName
{
border-color: #460E00;
}
.TagClassName
{
border-color: #460E00;
}
</style>