Shades of Seal Brown #47150D
Tints of Seal Brown #47150D
RGB
CMYK
RGB Variations
Color information
#47150D (or 0x47150D) is known color: Seal Brown. HEX triplet: 47, 15 and 0D. RGB value is (71,21,13). Sum of RGB (Red+Green+Blue) = 71+21+13=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47150D is #B8EAF2. Grayscale: #232323. Windows color (decimal): -12118771 or 857415. OLE color: 857415.
HSL color Cylindrical-coordinate representation of color #47150D: hue angle of 8.28º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47150D is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 13 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.72 |
| HSL | 8.28º | 0.69% | 0.16% | - |
| HSV(B) | 8.28º | 0.82% | 0.28% | - |
| XYZ | 2.94 | 1.9 | 0.59 | - |
| YUV | 35.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 13 | 0 | 0.70 | 0.82 | 0.72 | 8.28 | 0.69 | 0.16 |
| Hex | 47 | 15 | D | 0 | 46 | 52 | 48 | 8 | 45 | 10 |
| Octal | 107 | 25 | 15 | 0 | 106 | 122 | 110 | 10 | 105 | 20 |
| Binary | 1000111 | 10101 | 1101 | 0 | 1000110 | 1010010 | 1001000 | 1000 | 1000101 | 10000 |
Color Harmonies of #47150D
Complementary color
Monochromatic Colors of #47150D
Black with #47150D
Text Example
Text Example
White with #47150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47150D; }
p { color: rgb(71,21,13); }
H1.HeaderClassName
{
color: #47150D;
}
.AnyTagClassName
{
color: #47150D;
}
</style>
background-color css
<style>
a { background-color: #47150D; }
a { background-color: rgb(71,21,13); }
div.DivClassName
{
background-color: #47150D;
}
.BgClassName
{
background-color: #47150D;
}
</style>
border-color css
<style>
span { border-color: #47150D; }
span { border-color: rgb(71,21,13); }
td.TdClassName
{
border-color: #47150D;
}
.TagClassName
{
border-color: #47150D;
}
</style>