Shades of Seal Brown #47100B
Tints of Seal Brown #47100B
RGB
CMYK
RGB Variations
Color information
#47100B (or 0x47100B) is known color: Seal Brown. HEX triplet: 47, 10 and 0B. RGB value is (71,16,11). Sum of RGB (Red+Green+Blue) = 71+16+11=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #47100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47100B is #B8EFF4. Grayscale: #1F1F1F. Windows color (decimal): -12120053 or 725063. OLE color: 725063.
HSL color Cylindrical-coordinate representation of color #47100B: hue angle of 5º 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 #47100B is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 11 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.72 |
| HSL | 5º | 0.73% | 0.16% | - |
| HSV(B) | 5º | 0.85% | 0.28% | - |
| XYZ | 2.84 | 1.73 | 0.5 | - |
| YUV | 31.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 11 | 0 | 0.77 | 0.85 | 0.72 | 5 | 0.73 | 0.16 |
| Hex | 47 | 10 | B | 0 | 4D | 55 | 48 | 5 | 49 | 10 |
| Octal | 107 | 20 | 13 | 0 | 115 | 125 | 110 | 5 | 111 | 20 |
| Binary | 1000111 | 10000 | 1011 | 0 | 1001101 | 1010101 | 1001000 | 101 | 1001001 | 10000 |
Color Harmonies of #47100B
Complementary color
Monochromatic Colors of #47100B
Black with #47100B
Text Example
Text Example
White with #47100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47100B; }
p { color: rgb(71,16,11); }
H1.HeaderClassName
{
color: #47100B;
}
.AnyTagClassName
{
color: #47100B;
}
</style>
background-color css
<style>
a { background-color: #47100B; }
a { background-color: rgb(71,16,11); }
div.DivClassName
{
background-color: #47100B;
}
.BgClassName
{
background-color: #47100B;
}
</style>
border-color css
<style>
span { border-color: #47100B; }
span { border-color: rgb(71,16,11); }
td.TdClassName
{
border-color: #47100B;
}
.TagClassName
{
border-color: #47100B;
}
</style>