Shades of Seal Brown #47110B
Tints of Seal Brown #47110B
RGB
CMYK
RGB Variations
Color information
#47110B (or 0x47110B) is known color: Seal Brown. HEX triplet: 47, 11 and 0B. RGB value is (71,17,11). Sum of RGB (Red+Green+Blue) = 71+17+11=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #47110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47110B is #B8EEF4. Grayscale: #202020. Windows color (decimal): -12119797 or 725319. OLE color: 725319.
HSL color Cylindrical-coordinate representation of color #47110B: hue angle of 6º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47110B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 11 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.72 |
| HSL | 6º | 0.73% | 0.16% | - |
| HSV(B) | 6º | 0.85% | 0.28% | - |
| XYZ | 2.86 | 1.76 | 0.51 | - |
| YUV | 32.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 11 | 0 | 0.76 | 0.85 | 0.72 | 6 | 0.73 | 0.16 |
| Hex | 47 | 11 | B | 0 | 4C | 55 | 48 | 6 | 49 | 10 |
| Octal | 107 | 21 | 13 | 0 | 114 | 125 | 110 | 6 | 111 | 20 |
| Binary | 1000111 | 10001 | 1011 | 0 | 1001100 | 1010101 | 1001000 | 110 | 1001001 | 10000 |
Color Harmonies of #47110B
Complementary color
Monochromatic Colors of #47110B
Black with #47110B
Text Example
Text Example
White with #47110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47110B; }
p { color: rgb(71,17,11); }
H1.HeaderClassName
{
color: #47110B;
}
.AnyTagClassName
{
color: #47110B;
}
</style>
background-color css
<style>
a { background-color: #47110B; }
a { background-color: rgb(71,17,11); }
div.DivClassName
{
background-color: #47110B;
}
.BgClassName
{
background-color: #47110B;
}
</style>
border-color css
<style>
span { border-color: #47110B; }
span { border-color: rgb(71,17,11); }
td.TdClassName
{
border-color: #47110B;
}
.TagClassName
{
border-color: #47110B;
}
</style>