Shades of Seal Brown #47130A
Tints of Seal Brown #47130A
RGB
CMYK
RGB Variations
Color information
#47130A (or 0x47130A) is known color: Seal Brown. HEX triplet: 47, 13 and 0A. RGB value is (71,19,10). Sum of RGB (Red+Green+Blue) = 71+19+10=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #47130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47130A is #B8ECF5. Grayscale: #212121. Windows color (decimal): -12119286 or 660295. OLE color: 660295.
HSL color Cylindrical-coordinate representation of color #47130A: hue angle of 8.85º 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 #47130A is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 10 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.72 |
| HSL | 8.85º | 0.75% | 0.16% | - |
| HSV(B) | 8.85º | 0.86% | 0.28% | - |
| XYZ | 2.89 | 1.83 | 0.49 | - |
| YUV | 33.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 10 | 0 | 0.73 | 0.86 | 0.72 | 8.85 | 0.75 | 0.16 |
| Hex | 47 | 13 | A | 0 | 49 | 56 | 48 | 9 | 4B | 10 |
| Octal | 107 | 23 | 12 | 0 | 111 | 126 | 110 | 11 | 113 | 20 |
| Binary | 1000111 | 10011 | 1010 | 0 | 1001001 | 1010110 | 1001000 | 1001 | 1001011 | 10000 |
Color Harmonies of #47130A
Complementary color
Monochromatic Colors of #47130A
Black with #47130A
Text Example
Text Example
White with #47130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47130A; }
p { color: rgb(71,19,10); }
H1.HeaderClassName
{
color: #47130A;
}
.AnyTagClassName
{
color: #47130A;
}
</style>
background-color css
<style>
a { background-color: #47130A; }
a { background-color: rgb(71,19,10); }
div.DivClassName
{
background-color: #47130A;
}
.BgClassName
{
background-color: #47130A;
}
</style>
border-color css
<style>
span { border-color: #47130A; }
span { border-color: rgb(71,19,10); }
td.TdClassName
{
border-color: #47130A;
}
.TagClassName
{
border-color: #47130A;
}
</style>