Shades of Brown Pod #47190C
Tints of Brown Pod #47190C
RGB
CMYK
RGB Variations
Color information
#47190C (or 0x47190C) is known color: Brown Pod. HEX triplet: 47, 19 and 0C. RGB value is (71,25,12). Sum of RGB (Red+Green+Blue) = 71+25+12=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #47190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47190C is #B8E6F3. Grayscale: #252525. Windows color (decimal): -12117748 or 792903. OLE color: 792903.
HSL color Cylindrical-coordinate representation of color #47190C: hue angle of 13.22º 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 #47190C is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 12 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.72 |
| HSL | 13.22º | 0.71% | 0.16% | - |
| HSV(B) | 13.22º | 0.83% | 0.28% | - |
| XYZ | 3.01 | 2.06 | 0.59 | - |
| YUV | 37.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 12 | 0 | 0.65 | 0.83 | 0.72 | 13.22 | 0.71 | 0.16 |
| Hex | 47 | 19 | C | 0 | 41 | 53 | 48 | D | 47 | 10 |
| Octal | 107 | 31 | 14 | 0 | 101 | 123 | 110 | 15 | 107 | 20 |
| Binary | 1000111 | 11001 | 1100 | 0 | 1000001 | 1010011 | 1001000 | 1101 | 1000111 | 10000 |
Color Harmonies of #47190C
Complementary color
Monochromatic Colors of #47190C
Black with #47190C
Text Example
Text Example
White with #47190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47190C; }
p { color: rgb(71,25,12); }
H1.HeaderClassName
{
color: #47190C;
}
.AnyTagClassName
{
color: #47190C;
}
</style>
background-color css
<style>
a { background-color: #47190C; }
a { background-color: rgb(71,25,12); }
div.DivClassName
{
background-color: #47190C;
}
.BgClassName
{
background-color: #47190C;
}
</style>
border-color css
<style>
span { border-color: #47190C; }
span { border-color: rgb(71,25,12); }
td.TdClassName
{
border-color: #47190C;
}
.TagClassName
{
border-color: #47190C;
}
</style>