Shades of Seal Brown #460804
Tints of Seal Brown #460804
RGB
CMYK
RGB Variations
Color information
#460804 (or 0x460804) is known color: Seal Brown. HEX triplet: 46, 08 and 04. RGB value is (70,8,4). Sum of RGB (Red+Green+Blue) = 70+8+4=82 (10% of max value = 765). Red value is 70 (27.73% from 255 or 85.37% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 70 - color contains mainly: red. Hex color #460804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460804 is #B9F7FB. Grayscale: #1A1A1A. Windows color (decimal): -12187644 or 264262. OLE color: 264262.
HSL color Cylindrical-coordinate representation of color #460804: hue angle of 3.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460804 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 4 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.73 |
| HSL | 3.64º | 0.89% | 0.15% | - |
| HSV(B) | 3.64º | 0.94% | 0.27% | - |
| XYZ | 2.63 | 1.48 | 0.26 | - |
| YUV | 26.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 4 | 0 | 0.89 | 0.94 | 0.73 | 3.64 | 0.89 | 0.15 |
| Hex | 46 | 8 | 4 | 0 | 59 | 5E | 49 | 4 | 59 | F |
| Octal | 106 | 10 | 4 | 0 | 131 | 136 | 111 | 4 | 131 | 17 |
| Binary | 1000110 | 1000 | 100 | 0 | 1011001 | 1011110 | 1001001 | 100 | 1011001 | 1111 |
Color Harmonies of #460804
Complementary color
Monochromatic Colors of #460804
Black with #460804
Text Example
Text Example
White with #460804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460804; }
p { color: rgb(70,8,4); }
H1.HeaderClassName
{
color: #460804;
}
.AnyTagClassName
{
color: #460804;
}
</style>
background-color css
<style>
a { background-color: #460804; }
a { background-color: rgb(70,8,4); }
div.DivClassName
{
background-color: #460804;
}
.BgClassName
{
background-color: #460804;
}
</style>
border-color css
<style>
span { border-color: #460804; }
span { border-color: rgb(70,8,4); }
td.TdClassName
{
border-color: #460804;
}
.TagClassName
{
border-color: #460804;
}
</style>