Shades of Seal Brown #471102
Tints of Seal Brown #471102
RGB
CMYK
RGB Variations
Color information
#471102 (or 0x471102) is known color: Seal Brown. HEX triplet: 47, 11 and 02. RGB value is (71,17,2). Sum of RGB (Red+Green+Blue) = 71+17+2=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #471102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471102 is #B8EEFD. Grayscale: #1F1F1F. Windows color (decimal): -12119806 or 135495. OLE color: 135495.
HSL color Cylindrical-coordinate representation of color #471102: hue angle of 13.04º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #471102 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 2 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.72 |
| HSL | 13.04º | 0.95% | 0.14% | - |
| HSV(B) | 13.04º | 0.97% | 0.28% | - |
| XYZ | 2.81 | 1.74 | 0.25 | - |
| YUV | 31.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 2 | 0 | 0.76 | 0.97 | 0.72 | 13.04 | 0.95 | 0.14 |
| Hex | 47 | 11 | 2 | 0 | 4C | 61 | 48 | D | 5F | E |
| Octal | 107 | 21 | 2 | 0 | 114 | 141 | 110 | 15 | 137 | 16 |
| Binary | 1000111 | 10001 | 10 | 0 | 1001100 | 1100001 | 1001000 | 1101 | 1011111 | 1110 |
Color Harmonies of #471102
Complementary color
Monochromatic Colors of #471102
Black with #471102
Text Example
Text Example
White with #471102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471102; }
p { color: rgb(71,17,2); }
H1.HeaderClassName
{
color: #471102;
}
.AnyTagClassName
{
color: #471102;
}
</style>
background-color css
<style>
a { background-color: #471102; }
a { background-color: rgb(71,17,2); }
div.DivClassName
{
background-color: #471102;
}
.BgClassName
{
background-color: #471102;
}
</style>
border-color css
<style>
span { border-color: #471102; }
span { border-color: rgb(71,17,2); }
td.TdClassName
{
border-color: #471102;
}
.TagClassName
{
border-color: #471102;
}
</style>