Shades of Seal Brown #460F00
Tints of Seal Brown #460F00
RGB
CMYK
RGB Variations
Color information
#460F00 (or 0x460F00) is known color: Seal Brown. HEX triplet: 46, 0F and 00. RGB value is (70,15,0). Sum of RGB (Red+Green+Blue) = 70+15+0=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #460F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F00 is #B9F0FF. Grayscale: #1D1D1D. Windows color (decimal): -12185856 or 3910. OLE color: 3910.
HSL color Cylindrical-coordinate representation of color #460F00: hue angle of 12.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 #460F00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.73 |
| HSL | 12.86º | 1% | 0.14% | - |
| HSV(B) | 12.86º | 1% | 0.27% | - |
| XYZ | 2.7 | 1.64 | 0.18 | - |
| YUV | 29.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 0 | 0 | 0.79 | 1 | 0.73 | 12.86 | 1 | 0.14 |
| Hex | 46 | F | 0 | 0 | 4F | 64 | 49 | D | 64 | E |
| Octal | 106 | 17 | 0 | 0 | 117 | 144 | 111 | 15 | 144 | 16 |
| Binary | 1000110 | 1111 | 0 | 0 | 1001111 | 1100100 | 1001001 | 1101 | 1100100 | 1110 |
Color Harmonies of #460F00
Complementary color
Monochromatic Colors of #460F00
Black with #460F00
Text Example
Text Example
White with #460F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F00; }
p { color: rgb(70,15,0); }
H1.HeaderClassName
{
color: #460F00;
}
.AnyTagClassName
{
color: #460F00;
}
</style>
background-color css
<style>
a { background-color: #460F00; }
a { background-color: rgb(70,15,0); }
div.DivClassName
{
background-color: #460F00;
}
.BgClassName
{
background-color: #460F00;
}
</style>
border-color css
<style>
span { border-color: #460F00; }
span { border-color: rgb(70,15,0); }
td.TdClassName
{
border-color: #460F00;
}
.TagClassName
{
border-color: #460F00;
}
</style>