Shades of Seal Brown #460E05
Tints of Seal Brown #460E05
RGB
CMYK
RGB Variations
Color information
#460E05 (or 0x460E05) is known color: Seal Brown. HEX triplet: 46, 0E and 05. RGB value is (70,14,5). Sum of RGB (Red+Green+Blue) = 70+14+5=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #460E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E05 is #B9F1FA. Grayscale: #1D1D1D. Windows color (decimal): -12186107 or 331334. OLE color: 331334.
HSL color Cylindrical-coordinate representation of color #460E05: hue angle of 8.31º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460E05 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 14 | 5 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.73 |
| HSL | 8.31º | 0.87% | 0.15% | - |
| HSV(B) | 8.31º | 0.93% | 0.27% | - |
| XYZ | 2.71 | 1.63 | 0.31 | - |
| YUV | 29.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 5 | 0 | 0.80 | 0.93 | 0.73 | 8.31 | 0.87 | 0.15 |
| Hex | 46 | E | 5 | 0 | 50 | 5D | 49 | 8 | 57 | F |
| Octal | 106 | 16 | 5 | 0 | 120 | 135 | 111 | 10 | 127 | 17 |
| Binary | 1000110 | 1110 | 101 | 0 | 1010000 | 1011101 | 1001001 | 1000 | 1010111 | 1111 |
Color Harmonies of #460E05
Complementary color
Monochromatic Colors of #460E05
Black with #460E05
Text Example
Text Example
White with #460E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E05; }
p { color: rgb(70,14,5); }
H1.HeaderClassName
{
color: #460E05;
}
.AnyTagClassName
{
color: #460E05;
}
</style>
background-color css
<style>
a { background-color: #460E05; }
a { background-color: rgb(70,14,5); }
div.DivClassName
{
background-color: #460E05;
}
.BgClassName
{
background-color: #460E05;
}
</style>
border-color css
<style>
span { border-color: #460E05; }
span { border-color: rgb(70,14,5); }
td.TdClassName
{
border-color: #460E05;
}
.TagClassName
{
border-color: #460E05;
}
</style>