Shades of Brown Pod #47210E
Tints of Brown Pod #47210E
RGB
CMYK
RGB Variations
Color information
#47210E (or 0x47210E) is known color: Brown Pod. HEX triplet: 47, 21 and 0E. RGB value is (71,33,14). Sum of RGB (Red+Green+Blue) = 71+33+14=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47210E is #B8DEF1. Grayscale: #2A2A2A. Windows color (decimal): -12115698 or 926023. OLE color: 926023.
HSL color Cylindrical-coordinate representation of color #47210E: hue angle of 20º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47210E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 14 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.72 |
| HSL | 20º | 0.67% | 0.17% | - |
| HSV(B) | 20º | 0.8% | 0.28% | - |
| XYZ | 3.22 | 2.46 | 0.72 | - |
| YUV | 42.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 14 | 0 | 0.54 | 0.80 | 0.72 | 20 | 0.67 | 0.17 |
| Hex | 47 | 21 | E | 0 | 36 | 50 | 48 | 14 | 43 | 11 |
| Octal | 107 | 41 | 16 | 0 | 66 | 120 | 110 | 24 | 103 | 21 |
| Binary | 1000111 | 100001 | 1110 | 0 | 110110 | 1010000 | 1001000 | 10100 | 1000011 | 10001 |
Color Harmonies of #47210E
Complementary color
Monochromatic Colors of #47210E
Black with #47210E
Text Example
Text Example
White with #47210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47210E; }
p { color: rgb(71,33,14); }
H1.HeaderClassName
{
color: #47210E;
}
.AnyTagClassName
{
color: #47210E;
}
</style>
background-color css
<style>
a { background-color: #47210E; }
a { background-color: rgb(71,33,14); }
div.DivClassName
{
background-color: #47210E;
}
.BgClassName
{
background-color: #47210E;
}
</style>
border-color css
<style>
span { border-color: #47210E; }
span { border-color: rgb(71,33,14); }
td.TdClassName
{
border-color: #47210E;
}
.TagClassName
{
border-color: #47210E;
}
</style>