Shades of Seal Brown #460F04
Tints of Seal Brown #460F04
RGB
CMYK
RGB Variations
Color information
#460F04 (or 0x460F04) is known color: Seal Brown. HEX triplet: 46, 0F and 04. RGB value is (70,15,4). Sum of RGB (Red+Green+Blue) = 70+15+4=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #460F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F04 is #B9F0FB. Grayscale: #1E1E1E. Windows color (decimal): -12185852 or 266054. OLE color: 266054.
HSL color Cylindrical-coordinate representation of color #460F04: hue angle of 10º 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 #460F04 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 4 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.73 |
| HSL | 10º | 0.89% | 0.15% | - |
| HSV(B) | 10º | 0.94% | 0.27% | - |
| XYZ | 2.72 | 1.65 | 0.29 | - |
| YUV | 30.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 4 | 0 | 0.79 | 0.94 | 0.73 | 10 | 0.89 | 0.15 |
| Hex | 46 | F | 4 | 0 | 4F | 5E | 49 | A | 59 | F |
| Octal | 106 | 17 | 4 | 0 | 117 | 136 | 111 | 12 | 131 | 17 |
| Binary | 1000110 | 1111 | 100 | 0 | 1001111 | 1011110 | 1001001 | 1010 | 1011001 | 1111 |
Color Harmonies of #460F04
Complementary color
Monochromatic Colors of #460F04
Black with #460F04
Text Example
Text Example
White with #460F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F04; }
p { color: rgb(70,15,4); }
H1.HeaderClassName
{
color: #460F04;
}
.AnyTagClassName
{
color: #460F04;
}
</style>
background-color css
<style>
a { background-color: #460F04; }
a { background-color: rgb(70,15,4); }
div.DivClassName
{
background-color: #460F04;
}
.BgClassName
{
background-color: #460F04;
}
</style>
border-color css
<style>
span { border-color: #460F04; }
span { border-color: rgb(70,15,4); }
td.TdClassName
{
border-color: #460F04;
}
.TagClassName
{
border-color: #460F04;
}
</style>