Shades of Seal Brown #47100A
Tints of Seal Brown #47100A
RGB
CMYK
RGB Variations
Color information
#47100A (or 0x47100A) is known color: Seal Brown. HEX triplet: 47, 10 and 0A. RGB value is (71,16,10). Sum of RGB (Red+Green+Blue) = 71+16+10=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #47100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47100A is #B8EFF5. Grayscale: #1F1F1F. Windows color (decimal): -12120054 or 659527. OLE color: 659527.
HSL color Cylindrical-coordinate representation of color #47100A: hue angle of 5.9º 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 #47100A is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 10 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.72 |
| HSL | 5.9º | 0.75% | 0.16% | - |
| HSV(B) | 5.9º | 0.86% | 0.28% | - |
| XYZ | 2.84 | 1.73 | 0.47 | - |
| YUV | 31.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 10 | 0 | 0.77 | 0.86 | 0.72 | 5.9 | 0.75 | 0.16 |
| Hex | 47 | 10 | A | 0 | 4D | 56 | 48 | 6 | 4B | 10 |
| Octal | 107 | 20 | 12 | 0 | 115 | 126 | 110 | 6 | 113 | 20 |
| Binary | 1000111 | 10000 | 1010 | 0 | 1001101 | 1010110 | 1001000 | 110 | 1001011 | 10000 |
Color Harmonies of #47100A
Complementary color
Monochromatic Colors of #47100A
Black with #47100A
Text Example
Text Example
White with #47100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47100A; }
p { color: rgb(71,16,10); }
H1.HeaderClassName
{
color: #47100A;
}
.AnyTagClassName
{
color: #47100A;
}
</style>
background-color css
<style>
a { background-color: #47100A; }
a { background-color: rgb(71,16,10); }
div.DivClassName
{
background-color: #47100A;
}
.BgClassName
{
background-color: #47100A;
}
</style>
border-color css
<style>
span { border-color: #47100A; }
span { border-color: rgb(71,16,10); }
td.TdClassName
{
border-color: #47100A;
}
.TagClassName
{
border-color: #47100A;
}
</style>