Shades of Brown Pod #47190F
Tints of Brown Pod #47190F
RGB
CMYK
RGB Variations
Color information
#47190F (or 0x47190F) is known color: Brown Pod. HEX triplet: 47, 19 and 0F. RGB value is (71,25,15). Sum of RGB (Red+Green+Blue) = 71+25+15=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #47190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47190F is #B8E6F0. Grayscale: #252525. Windows color (decimal): -12117745 or 989511. OLE color: 989511.
HSL color Cylindrical-coordinate representation of color #47190F: hue angle of 10.71º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47190F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 15 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.72 |
| HSL | 10.71º | 0.65% | 0.17% | - |
| HSV(B) | 10.71º | 0.79% | 0.28% | - |
| XYZ | 3.03 | 2.07 | 0.69 | - |
| YUV | 37.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 15 | 0 | 0.65 | 0.79 | 0.72 | 10.71 | 0.65 | 0.17 |
| Hex | 47 | 19 | F | 0 | 41 | 4F | 48 | B | 41 | 11 |
| Octal | 107 | 31 | 17 | 0 | 101 | 117 | 110 | 13 | 101 | 21 |
| Binary | 1000111 | 11001 | 1111 | 0 | 1000001 | 1001111 | 1001000 | 1011 | 1000001 | 10001 |
Color Harmonies of #47190F
Complementary color
Monochromatic Colors of #47190F
Black with #47190F
Text Example
Text Example
White with #47190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47190F; }
p { color: rgb(71,25,15); }
H1.HeaderClassName
{
color: #47190F;
}
.AnyTagClassName
{
color: #47190F;
}
</style>
background-color css
<style>
a { background-color: #47190F; }
a { background-color: rgb(71,25,15); }
div.DivClassName
{
background-color: #47190F;
}
.BgClassName
{
background-color: #47190F;
}
</style>
border-color css
<style>
span { border-color: #47190F; }
span { border-color: rgb(71,25,15); }
td.TdClassName
{
border-color: #47190F;
}
.TagClassName
{
border-color: #47190F;
}
</style>