Shades of Seal Brown #471103
Tints of Seal Brown #471103
RGB
CMYK
RGB Variations
Color information
#471103 (or 0x471103) is known color: Seal Brown. HEX triplet: 47, 11 and 03. RGB value is (71,17,3). Sum of RGB (Red+Green+Blue) = 71+17+3=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #471103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471103 is #B8EEFC. Grayscale: #1F1F1F. Windows color (decimal): -12119805 or 201031. OLE color: 201031.
HSL color Cylindrical-coordinate representation of color #471103: hue angle of 12.35º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #471103 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 3 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.72 |
| HSL | 12.35º | 0.92% | 0.15% | - |
| HSV(B) | 12.35º | 0.96% | 0.28% | - |
| XYZ | 2.82 | 1.75 | 0.27 | - |
| YUV | 31.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 3 | 0 | 0.76 | 0.96 | 0.72 | 12.35 | 0.92 | 0.15 |
| Hex | 47 | 11 | 3 | 0 | 4C | 60 | 48 | C | 5C | F |
| Octal | 107 | 21 | 3 | 0 | 114 | 140 | 110 | 14 | 134 | 17 |
| Binary | 1000111 | 10001 | 11 | 0 | 1001100 | 1100000 | 1001000 | 1100 | 1011100 | 1111 |
Color Harmonies of #471103
Complementary color
Monochromatic Colors of #471103
Black with #471103
Text Example
Text Example
White with #471103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471103; }
p { color: rgb(71,17,3); }
H1.HeaderClassName
{
color: #471103;
}
.AnyTagClassName
{
color: #471103;
}
</style>
background-color css
<style>
a { background-color: #471103; }
a { background-color: rgb(71,17,3); }
div.DivClassName
{
background-color: #471103;
}
.BgClassName
{
background-color: #471103;
}
</style>
border-color css
<style>
span { border-color: #471103; }
span { border-color: rgb(71,17,3); }
td.TdClassName
{
border-color: #471103;
}
.TagClassName
{
border-color: #471103;
}
</style>