Shades of Seal Brown #470900
Tints of Seal Brown #470900
RGB
CMYK
RGB Variations
Color information
#470900 (or 0x470900) is known color: Seal Brown. HEX triplet: 47, 09 and 00. RGB value is (71,9,0). Sum of RGB (Red+Green+Blue) = 71+9+0=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470900 is #B8F6FF. Grayscale: #1A1A1A. Windows color (decimal): -12121856 or 2375. OLE color: 2375.
HSL color Cylindrical-coordinate representation of color #470900: hue angle of 7.61º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470900 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.72 |
| HSL | 7.61º | 1% | 0.14% | - |
| HSV(B) | 7.61º | 1% | 0.28% | - |
| XYZ | 2.7 | 1.53 | 0.15 | - |
| YUV | 26.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 0 | 0 | 0.87 | 1 | 0.72 | 7.61 | 1 | 0.14 |
| Hex | 47 | 9 | 0 | 0 | 57 | 64 | 48 | 8 | 64 | E |
| Octal | 107 | 11 | 0 | 0 | 127 | 144 | 110 | 10 | 144 | 16 |
| Binary | 1000111 | 1001 | 0 | 0 | 1010111 | 1100100 | 1001000 | 1000 | 1100100 | 1110 |
Color Harmonies of #470900
Complementary color
Monochromatic Colors of #470900
Black with #470900
Text Example
Text Example
White with #470900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470900; }
p { color: rgb(71,9,0); }
H1.HeaderClassName
{
color: #470900;
}
.AnyTagClassName
{
color: #470900;
}
</style>
background-color css
<style>
a { background-color: #470900; }
a { background-color: rgb(71,9,0); }
div.DivClassName
{
background-color: #470900;
}
.BgClassName
{
background-color: #470900;
}
</style>
border-color css
<style>
span { border-color: #470900; }
span { border-color: rgb(71,9,0); }
td.TdClassName
{
border-color: #470900;
}
.TagClassName
{
border-color: #470900;
}
</style>