Shades of Seal Brown #470A0A
Tints of Seal Brown #470A0A
RGB
CMYK
RGB Variations
Color information
#470A0A (or 0x470A0A) is known color: Seal Brown. HEX triplet: 47, 0A and 0A. RGB value is (71,10,10). Sum of RGB (Red+Green+Blue) = 71+10+10=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A0A is #B8F5F5. Grayscale: #1C1C1C. Windows color (decimal): -12121590 or 657991. OLE color: 657991.
HSL color Cylindrical-coordinate representation of color #470A0A: hue angle of 0º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A0A is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 10 | 10 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.72 |
| HSL | 0º | 0.75% | 0.16% | - |
| HSV(B) | 0º | 0.86% | 0.28% | - |
| XYZ | 2.76 | 1.58 | 0.45 | - |
| YUV | 28.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 10 | 0 | 0.86 | 0.86 | 0.72 | 0 | 0.75 | 0.16 |
| Hex | 47 | A | A | 0 | 56 | 56 | 48 | 0 | 4B | 10 |
| Octal | 107 | 12 | 12 | 0 | 126 | 126 | 110 | 0 | 113 | 20 |
| Binary | 1000111 | 1010 | 1010 | 0 | 1010110 | 1010110 | 1001000 | 0 | 1001011 | 10000 |
Color Harmonies of #470A0A
Complementary color
Monochromatic Colors of #470A0A
Black with #470A0A
Text Example
Text Example
White with #470A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A0A; }
p { color: rgb(71,10,10); }
H1.HeaderClassName
{
color: #470A0A;
}
.AnyTagClassName
{
color: #470A0A;
}
</style>
background-color css
<style>
a { background-color: #470A0A; }
a { background-color: rgb(71,10,10); }
div.DivClassName
{
background-color: #470A0A;
}
.BgClassName
{
background-color: #470A0A;
}
</style>
border-color css
<style>
span { border-color: #470A0A; }
span { border-color: rgb(71,10,10); }
td.TdClassName
{
border-color: #470A0A;
}
.TagClassName
{
border-color: #470A0A;
}
</style>