Shades of Seal Brown #460800
Tints of Seal Brown #460800
RGB
CMYK
RGB Variations
Color information
#460800 (or 0x460800) is known color: Seal Brown. HEX triplet: 46, 08 and 00. RGB value is (70,8,0). Sum of RGB (Red+Green+Blue) = 70+8+0=78 (10% of max value = 765). Red value is 70 (27.73% from 255 or 89.74% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 70 - color contains mainly: red. Hex color #460800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460800 is #B9F7FF. Grayscale: #191919. Windows color (decimal): -12187648 or 2118. OLE color: 2118.
HSL color Cylindrical-coordinate representation of color #460800: hue angle of 6.86º 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 #460800 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.73 |
| HSL | 6.86º | 1% | 0.14% | - |
| HSV(B) | 6.86º | 1% | 0.27% | - |
| XYZ | 2.61 | 1.48 | 0.15 | - |
| YUV | 25.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 0 | 0 | 0.89 | 1 | 0.73 | 6.86 | 1 | 0.14 |
| Hex | 46 | 8 | 0 | 0 | 59 | 64 | 49 | 7 | 64 | E |
| Octal | 106 | 10 | 0 | 0 | 131 | 144 | 111 | 7 | 144 | 16 |
| Binary | 1000110 | 1000 | 0 | 0 | 1011001 | 1100100 | 1001001 | 111 | 1100100 | 1110 |
Color Harmonies of #460800
Complementary color
Monochromatic Colors of #460800
Black with #460800
Text Example
Text Example
White with #460800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460800; }
p { color: rgb(70,8,0); }
H1.HeaderClassName
{
color: #460800;
}
.AnyTagClassName
{
color: #460800;
}
</style>
background-color css
<style>
a { background-color: #460800; }
a { background-color: rgb(70,8,0); }
div.DivClassName
{
background-color: #460800;
}
.BgClassName
{
background-color: #460800;
}
</style>
border-color css
<style>
span { border-color: #460800; }
span { border-color: rgb(70,8,0); }
td.TdClassName
{
border-color: #460800;
}
.TagClassName
{
border-color: #460800;
}
</style>