Shades of Brown Pod #47210D
Tints of Brown Pod #47210D
RGB
CMYK
RGB Variations
Color information
#47210D (or 0x47210D) is known color: Brown Pod. HEX triplet: 47, 21 and 0D. RGB value is (71,33,13). Sum of RGB (Red+Green+Blue) = 71+33+13=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47210D is #B8DEF2. Grayscale: #2A2A2A. Windows color (decimal): -12115699 or 860487. OLE color: 860487.
HSL color Cylindrical-coordinate representation of color #47210D: hue angle of 20.69º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47210D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 13 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.72 |
| HSL | 20.69º | 0.69% | 0.16% | - |
| HSV(B) | 20.69º | 0.82% | 0.28% | - |
| XYZ | 3.22 | 2.46 | 0.69 | - |
| YUV | 42.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 13 | 0 | 0.54 | 0.82 | 0.72 | 20.69 | 0.69 | 0.16 |
| Hex | 47 | 21 | D | 0 | 36 | 52 | 48 | 15 | 45 | 10 |
| Octal | 107 | 41 | 15 | 0 | 66 | 122 | 110 | 25 | 105 | 20 |
| Binary | 1000111 | 100001 | 1101 | 0 | 110110 | 1010010 | 1001000 | 10101 | 1000101 | 10000 |
Color Harmonies of #47210D
Complementary color
Monochromatic Colors of #47210D
Black with #47210D
Text Example
Text Example
White with #47210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47210D; }
p { color: rgb(71,33,13); }
H1.HeaderClassName
{
color: #47210D;
}
.AnyTagClassName
{
color: #47210D;
}
</style>
background-color css
<style>
a { background-color: #47210D; }
a { background-color: rgb(71,33,13); }
div.DivClassName
{
background-color: #47210D;
}
.BgClassName
{
background-color: #47210D;
}
</style>
border-color css
<style>
span { border-color: #47210D; }
span { border-color: rgb(71,33,13); }
td.TdClassName
{
border-color: #47210D;
}
.TagClassName
{
border-color: #47210D;
}
</style>