Shades of Brown Pod #47211C
Tints of Brown Pod #47211C
RGB
CMYK
RGB Variations
Color information
#47211C (or 0x47211C) is known color: Brown Pod. HEX triplet: 47, 21 and 1C. RGB value is (71,33,28). Sum of RGB (Red+Green+Blue) = 71+33+28=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47211C is #B8DEE3. Grayscale: #2B2B2B. Windows color (decimal): -12115684 or 1843527. OLE color: 1843527.
HSL color Cylindrical-coordinate representation of color #47211C: hue angle of 6.98º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47211C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 28 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.72 |
| HSL | 6.98º | 0.43% | 0.19% | - |
| HSV(B) | 6.98º | 0.61% | 0.28% | - |
| XYZ | 3.35 | 2.51 | 1.41 | - |
| YUV | 43.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 28 | 0 | 0.54 | 0.61 | 0.72 | 6.98 | 0.43 | 0.19 |
| Hex | 47 | 21 | 1C | 0 | 36 | 3D | 48 | 7 | 2B | 13 |
| Octal | 107 | 41 | 34 | 0 | 66 | 75 | 110 | 7 | 53 | 23 |
| Binary | 1000111 | 100001 | 11100 | 0 | 110110 | 111101 | 1001000 | 111 | 101011 | 10011 |
Color Harmonies of #47211C
Complementary color
Monochromatic Colors of #47211C
Black with #47211C
Text Example
Text Example
White with #47211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47211C; }
p { color: rgb(71,33,28); }
H1.HeaderClassName
{
color: #47211C;
}
.AnyTagClassName
{
color: #47211C;
}
</style>
background-color css
<style>
a { background-color: #47211C; }
a { background-color: rgb(71,33,28); }
div.DivClassName
{
background-color: #47211C;
}
.BgClassName
{
background-color: #47211C;
}
</style>
border-color css
<style>
span { border-color: #47211C; }
span { border-color: rgb(71,33,28); }
td.TdClassName
{
border-color: #47211C;
}
.TagClassName
{
border-color: #47211C;
}
</style>