Shades of Seal Brown #470403
Tints of Seal Brown #470403
RGB
CMYK
RGB Variations
Color information
#470403 (or 0x470403) is known color: Seal Brown. HEX triplet: 47, 04 and 03. RGB value is (71,4,3). Sum of RGB (Red+Green+Blue) = 71+4+3=78 (10% of max value = 765). Red value is 71 (28.12% from 255 or 91.03% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 71 - color contains mainly: red. Hex color #470403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470403 is #B8FBFC. Grayscale: #171717. Windows color (decimal): -12123133 or 197703. OLE color: 197703.
HSL color Cylindrical-coordinate representation of color #470403: hue angle of 0.88º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470403 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 4 | 3 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.72 |
| HSL | 0.88º | 0.92% | 0.15% | - |
| HSV(B) | 0.88º | 0.96% | 0.28% | - |
| XYZ | 2.66 | 1.43 | 0.22 | - |
| YUV | 23.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 3 | 0 | 0.94 | 0.96 | 0.72 | 0.88 | 0.92 | 0.15 |
| Hex | 47 | 4 | 3 | 0 | 5E | 60 | 48 | 1 | 5C | F |
| Octal | 107 | 4 | 3 | 0 | 136 | 140 | 110 | 1 | 134 | 17 |
| Binary | 1000111 | 100 | 11 | 0 | 1011110 | 1100000 | 1001000 | 1 | 1011100 | 1111 |
Color Harmonies of #470403
Complementary color
Monochromatic Colors of #470403
Black with #470403
Text Example
Text Example
White with #470403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470403; }
p { color: rgb(71,4,3); }
H1.HeaderClassName
{
color: #470403;
}
.AnyTagClassName
{
color: #470403;
}
</style>
background-color css
<style>
a { background-color: #470403; }
a { background-color: rgb(71,4,3); }
div.DivClassName
{
background-color: #470403;
}
.BgClassName
{
background-color: #470403;
}
</style>
border-color css
<style>
span { border-color: #470403; }
span { border-color: rgb(71,4,3); }
td.TdClassName
{
border-color: #470403;
}
.TagClassName
{
border-color: #470403;
}
</style>