Shades of Seal Brown #460A00
Tints of Seal Brown #460A00
RGB
CMYK
RGB Variations
Color information
#460A00 (or 0x460A00) is known color: Seal Brown. HEX triplet: 46, 0A and 00. RGB value is (70,10,0). Sum of RGB (Red+Green+Blue) = 70+10+0=80 (10% of max value = 765). Red value is 70 (27.73% from 255 or 87.5% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 70 - color contains mainly: red. Hex color #460A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A00 is #B9F5FF. Grayscale: #1A1A1A. Windows color (decimal): -12187136 or 2630. OLE color: 2630.
HSL color Cylindrical-coordinate representation of color #460A00: hue angle of 8.57º 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 #460A00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.73 |
| HSL | 8.57º | 1% | 0.14% | - |
| HSV(B) | 8.57º | 1% | 0.27% | - |
| XYZ | 2.63 | 1.52 | 0.15 | - |
| YUV | 26.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 0 | 0 | 0.86 | 1 | 0.73 | 8.57 | 1 | 0.14 |
| Hex | 46 | A | 0 | 0 | 56 | 64 | 49 | 9 | 64 | E |
| Octal | 106 | 12 | 0 | 0 | 126 | 144 | 111 | 11 | 144 | 16 |
| Binary | 1000110 | 1010 | 0 | 0 | 1010110 | 1100100 | 1001001 | 1001 | 1100100 | 1110 |
Color Harmonies of #460A00
Complementary color
Monochromatic Colors of #460A00
Black with #460A00
Text Example
Text Example
White with #460A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A00; }
p { color: rgb(70,10,0); }
H1.HeaderClassName
{
color: #460A00;
}
.AnyTagClassName
{
color: #460A00;
}
</style>
background-color css
<style>
a { background-color: #460A00; }
a { background-color: rgb(70,10,0); }
div.DivClassName
{
background-color: #460A00;
}
.BgClassName
{
background-color: #460A00;
}
</style>
border-color css
<style>
span { border-color: #460A00; }
span { border-color: rgb(70,10,0); }
td.TdClassName
{
border-color: #460A00;
}
.TagClassName
{
border-color: #460A00;
}
</style>