Shades of Brown Pod #47210B
Tints of Brown Pod #47210B
RGB
CMYK
RGB Variations
Color information
#47210B (or 0x47210B) is known color: Brown Pod. HEX triplet: 47, 21 and 0B. RGB value is (71,33,11). Sum of RGB (Red+Green+Blue) = 71+33+11=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47210B is #B8DEF4. Grayscale: #292929. Windows color (decimal): -12115701 or 729415. OLE color: 729415.
HSL color Cylindrical-coordinate representation of color #47210B: hue angle of 22º 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 #47210B is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 11 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.72 |
| HSL | 22º | 0.73% | 0.16% | - |
| HSV(B) | 22º | 0.85% | 0.28% | - |
| XYZ | 3.2 | 2.45 | 0.62 | - |
| YUV | 41.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 11 | 0 | 0.54 | 0.85 | 0.72 | 22 | 0.73 | 0.16 |
| Hex | 47 | 21 | B | 0 | 36 | 55 | 48 | 16 | 49 | 10 |
| Octal | 107 | 41 | 13 | 0 | 66 | 125 | 110 | 26 | 111 | 20 |
| Binary | 1000111 | 100001 | 1011 | 0 | 110110 | 1010101 | 1001000 | 10110 | 1001001 | 10000 |
Color Harmonies of #47210B
Complementary color
Monochromatic Colors of #47210B
Black with #47210B
Text Example
Text Example
White with #47210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47210B; }
p { color: rgb(71,33,11); }
H1.HeaderClassName
{
color: #47210B;
}
.AnyTagClassName
{
color: #47210B;
}
</style>
background-color css
<style>
a { background-color: #47210B; }
a { background-color: rgb(71,33,11); }
div.DivClassName
{
background-color: #47210B;
}
.BgClassName
{
background-color: #47210B;
}
</style>
border-color css
<style>
span { border-color: #47210B; }
span { border-color: rgb(71,33,11); }
td.TdClassName
{
border-color: #47210B;
}
.TagClassName
{
border-color: #47210B;
}
</style>