Shades of Brown Pod #47220D
Tints of Brown Pod #47220D
RGB
CMYK
RGB Variations
Color information
#47220D (or 0x47220D) is known color: Brown Pod. HEX triplet: 47, 22 and 0D. RGB value is (71,34,13). Sum of RGB (Red+Green+Blue) = 71+34+13=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47220D is #B8DDF2. Grayscale: #2A2A2A. Windows color (decimal): -12115443 or 860743. OLE color: 860743.
HSL color Cylindrical-coordinate representation of color #47220D: hue angle of 21.72º 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 #47220D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 13 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.72 |
| HSL | 21.72º | 0.69% | 0.16% | - |
| HSV(B) | 21.72º | 0.82% | 0.28% | - |
| XYZ | 3.24 | 2.51 | 0.69 | - |
| YUV | 42.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 13 | 0 | 0.52 | 0.82 | 0.72 | 21.72 | 0.69 | 0.16 |
| Hex | 47 | 22 | D | 0 | 34 | 52 | 48 | 16 | 45 | 10 |
| Octal | 107 | 42 | 15 | 0 | 64 | 122 | 110 | 26 | 105 | 20 |
| Binary | 1000111 | 100010 | 1101 | 0 | 110100 | 1010010 | 1001000 | 10110 | 1000101 | 10000 |
Color Harmonies of #47220D
Complementary color
Monochromatic Colors of #47220D
Black with #47220D
Text Example
Text Example
White with #47220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47220D; }
p { color: rgb(71,34,13); }
H1.HeaderClassName
{
color: #47220D;
}
.AnyTagClassName
{
color: #47220D;
}
</style>
background-color css
<style>
a { background-color: #47220D; }
a { background-color: rgb(71,34,13); }
div.DivClassName
{
background-color: #47220D;
}
.BgClassName
{
background-color: #47220D;
}
</style>
border-color css
<style>
span { border-color: #47220D; }
span { border-color: rgb(71,34,13); }
td.TdClassName
{
border-color: #47220D;
}
.TagClassName
{
border-color: #47220D;
}
</style>