Shades of Seal Brown #47130C
Tints of Seal Brown #47130C
RGB
CMYK
RGB Variations
Color information
#47130C (or 0x47130C) is known color: Seal Brown. HEX triplet: 47, 13 and 0C. RGB value is (71,19,12). Sum of RGB (Red+Green+Blue) = 71+19+12=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #47130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47130C is #B8ECF3. Grayscale: #212121. Windows color (decimal): -12119284 or 791367. OLE color: 791367.
HSL color Cylindrical-coordinate representation of color #47130C: hue angle of 7.12º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47130C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 12 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.72 |
| HSL | 7.12º | 0.71% | 0.16% | - |
| HSV(B) | 7.12º | 0.83% | 0.28% | - |
| XYZ | 2.9 | 1.83 | 0.55 | - |
| YUV | 33.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 12 | 0 | 0.73 | 0.83 | 0.72 | 7.12 | 0.71 | 0.16 |
| Hex | 47 | 13 | C | 0 | 49 | 53 | 48 | 7 | 47 | 10 |
| Octal | 107 | 23 | 14 | 0 | 111 | 123 | 110 | 7 | 107 | 20 |
| Binary | 1000111 | 10011 | 1100 | 0 | 1001001 | 1010011 | 1001000 | 111 | 1000111 | 10000 |
Color Harmonies of #47130C
Complementary color
Monochromatic Colors of #47130C
Black with #47130C
Text Example
Text Example
White with #47130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47130C; }
p { color: rgb(71,19,12); }
H1.HeaderClassName
{
color: #47130C;
}
.AnyTagClassName
{
color: #47130C;
}
</style>
background-color css
<style>
a { background-color: #47130C; }
a { background-color: rgb(71,19,12); }
div.DivClassName
{
background-color: #47130C;
}
.BgClassName
{
background-color: #47130C;
}
</style>
border-color css
<style>
span { border-color: #47130C; }
span { border-color: rgb(71,19,12); }
td.TdClassName
{
border-color: #47130C;
}
.TagClassName
{
border-color: #47130C;
}
</style>