Shades of Brown Pod #47190B
Tints of Brown Pod #47190B
RGB
CMYK
RGB Variations
Color information
#47190B (or 0x47190B) is known color: Brown Pod. HEX triplet: 47, 19 and 0B. RGB value is (71,25,11). Sum of RGB (Red+Green+Blue) = 71+25+11=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #47190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47190B is #B8E6F4. Grayscale: #252525. Windows color (decimal): -12117749 or 727367. OLE color: 727367.
HSL color Cylindrical-coordinate representation of color #47190B: hue angle of 14º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47190B is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 11 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.72 |
| HSL | 14º | 0.73% | 0.16% | - |
| HSV(B) | 14º | 0.85% | 0.28% | - |
| XYZ | 3.01 | 2.06 | 0.56 | - |
| YUV | 37.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 11 | 0 | 0.65 | 0.85 | 0.72 | 14 | 0.73 | 0.16 |
| Hex | 47 | 19 | B | 0 | 41 | 55 | 48 | E | 49 | 10 |
| Octal | 107 | 31 | 13 | 0 | 101 | 125 | 110 | 16 | 111 | 20 |
| Binary | 1000111 | 11001 | 1011 | 0 | 1000001 | 1010101 | 1001000 | 1110 | 1001001 | 10000 |
Color Harmonies of #47190B
Complementary color
Monochromatic Colors of #47190B
Black with #47190B
Text Example
Text Example
White with #47190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47190B; }
p { color: rgb(71,25,11); }
H1.HeaderClassName
{
color: #47190B;
}
.AnyTagClassName
{
color: #47190B;
}
</style>
background-color css
<style>
a { background-color: #47190B; }
a { background-color: rgb(71,25,11); }
div.DivClassName
{
background-color: #47190B;
}
.BgClassName
{
background-color: #47190B;
}
</style>
border-color css
<style>
span { border-color: #47190B; }
span { border-color: rgb(71,25,11); }
td.TdClassName
{
border-color: #47190B;
}
.TagClassName
{
border-color: #47190B;
}
</style>