Shades of Seal Brown #470F04
Tints of Seal Brown #470F04
RGB
CMYK
RGB Variations
Color information
#470F04 (or 0x470F04) is known color: Seal Brown. HEX triplet: 47, 0F and 04. RGB value is (71,15,4). Sum of RGB (Red+Green+Blue) = 71+15+4=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #470F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F04 is #B8F0FB. Grayscale: #1E1E1E. Windows color (decimal): -12120316 or 266055. OLE color: 266055.
HSL color Cylindrical-coordinate representation of color #470F04: hue angle of 9.85º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470F04 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 15 | 4 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.72 |
| HSL | 9.85º | 0.89% | 0.15% | - |
| HSV(B) | 9.85º | 0.94% | 0.28% | - |
| XYZ | 2.79 | 1.69 | 0.29 | - |
| YUV | 30.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 4 | 0 | 0.79 | 0.94 | 0.72 | 9.85 | 0.89 | 0.15 |
| Hex | 47 | F | 4 | 0 | 4F | 5E | 48 | A | 59 | F |
| Octal | 107 | 17 | 4 | 0 | 117 | 136 | 110 | 12 | 131 | 17 |
| Binary | 1000111 | 1111 | 100 | 0 | 1001111 | 1011110 | 1001000 | 1010 | 1011001 | 1111 |
Color Harmonies of #470F04
Complementary color
Monochromatic Colors of #470F04
Black with #470F04
Text Example
Text Example
White with #470F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F04; }
p { color: rgb(71,15,4); }
H1.HeaderClassName
{
color: #470F04;
}
.AnyTagClassName
{
color: #470F04;
}
</style>
background-color css
<style>
a { background-color: #470F04; }
a { background-color: rgb(71,15,4); }
div.DivClassName
{
background-color: #470F04;
}
.BgClassName
{
background-color: #470F04;
}
</style>
border-color css
<style>
span { border-color: #470F04; }
span { border-color: rgb(71,15,4); }
td.TdClassName
{
border-color: #470F04;
}
.TagClassName
{
border-color: #470F04;
}
</style>