Shades of Brown Pod #472107
Tints of Brown Pod #472107
RGB
CMYK
RGB Variations
Color information
#472107 (or 0x472107) is known color: Brown Pod. HEX triplet: 47, 21 and 07. RGB value is (71,33,7). Sum of RGB (Red+Green+Blue) = 71+33+7=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472107 is #B8DEF8. Grayscale: #292929. Windows color (decimal): -12115705 or 467271. OLE color: 467271.
HSL color Cylindrical-coordinate representation of color #472107: hue angle of 24.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #472107 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 7 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.72 |
| HSL | 24.38º | 0.82% | 0.15% | - |
| HSV(B) | 24.38º | 0.9% | 0.28% | - |
| XYZ | 3.18 | 2.44 | 0.5 | - |
| YUV | 41.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 7 | 0 | 0.54 | 0.90 | 0.72 | 24.38 | 0.82 | 0.15 |
| Hex | 47 | 21 | 7 | 0 | 36 | 5A | 48 | 18 | 52 | F |
| Octal | 107 | 41 | 7 | 0 | 66 | 132 | 110 | 30 | 122 | 17 |
| Binary | 1000111 | 100001 | 111 | 0 | 110110 | 1011010 | 1001000 | 11000 | 1010010 | 1111 |
Color Harmonies of #472107
Complementary color
Monochromatic Colors of #472107
Black with #472107
Text Example
Text Example
White with #472107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472107; }
p { color: rgb(71,33,7); }
H1.HeaderClassName
{
color: #472107;
}
.AnyTagClassName
{
color: #472107;
}
</style>
background-color css
<style>
a { background-color: #472107; }
a { background-color: rgb(71,33,7); }
div.DivClassName
{
background-color: #472107;
}
.BgClassName
{
background-color: #472107;
}
</style>
border-color css
<style>
span { border-color: #472107; }
span { border-color: rgb(71,33,7); }
td.TdClassName
{
border-color: #472107;
}
.TagClassName
{
border-color: #472107;
}
</style>