Shades of Seal Brown #470A03
Tints of Seal Brown #470A03
RGB
CMYK
RGB Variations
Color information
#470A03 (or 0x470A03) is known color: Seal Brown. HEX triplet: 47, 0A and 03. RGB value is (71,10,3). Sum of RGB (Red+Green+Blue) = 71+10+3=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #470A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A03 is #B8F5FC. Grayscale: #1B1B1B. Windows color (decimal): -12121597 or 199239. OLE color: 199239.
HSL color Cylindrical-coordinate representation of color #470A03: hue angle of 6.18º 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 #470A03 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 10 | 3 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.72 |
| HSL | 6.18º | 0.92% | 0.15% | - |
| HSV(B) | 6.18º | 0.96% | 0.28% | - |
| XYZ | 2.72 | 1.56 | 0.24 | - |
| YUV | 27.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 3 | 0 | 0.86 | 0.96 | 0.72 | 6.18 | 0.92 | 0.15 |
| Hex | 47 | A | 3 | 0 | 56 | 60 | 48 | 6 | 5C | F |
| Octal | 107 | 12 | 3 | 0 | 126 | 140 | 110 | 6 | 134 | 17 |
| Binary | 1000111 | 1010 | 11 | 0 | 1010110 | 1100000 | 1001000 | 110 | 1011100 | 1111 |
Color Harmonies of #470A03
Complementary color
Monochromatic Colors of #470A03
Black with #470A03
Text Example
Text Example
White with #470A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A03; }
p { color: rgb(71,10,3); }
H1.HeaderClassName
{
color: #470A03;
}
.AnyTagClassName
{
color: #470A03;
}
</style>
background-color css
<style>
a { background-color: #470A03; }
a { background-color: rgb(71,10,3); }
div.DivClassName
{
background-color: #470A03;
}
.BgClassName
{
background-color: #470A03;
}
</style>
border-color css
<style>
span { border-color: #470A03; }
span { border-color: rgb(71,10,3); }
td.TdClassName
{
border-color: #470A03;
}
.TagClassName
{
border-color: #470A03;
}
</style>