Shades of Brown Pod #472015
Tints of Brown Pod #472015
RGB
CMYK
RGB Variations
Color information
#472015 (or 0x472015) is known color: Brown Pod. HEX triplet: 47, 20 and 15. RGB value is (71,32,21). Sum of RGB (Red+Green+Blue) = 71+32+21=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472015 is #B8DFEA. Grayscale: #2A2A2A. Windows color (decimal): -12115947 or 1384519. OLE color: 1384519.
HSL color Cylindrical-coordinate representation of color #472015: hue angle of 13.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472015 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 21 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.72 |
| HSL | 13.2º | 0.54% | 0.18% | - |
| HSV(B) | 13.2º | 0.7% | 0.28% | - |
| XYZ | 3.25 | 2.43 | 1.01 | - |
| YUV | 42.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 21 | 0 | 0.55 | 0.70 | 0.72 | 13.2 | 0.54 | 0.18 |
| Hex | 47 | 20 | 15 | 0 | 37 | 46 | 48 | D | 36 | 12 |
| Octal | 107 | 40 | 25 | 0 | 67 | 106 | 110 | 15 | 66 | 22 |
| Binary | 1000111 | 100000 | 10101 | 0 | 110111 | 1000110 | 1001000 | 1101 | 110110 | 10010 |
Color Harmonies of #472015
Complementary color
Monochromatic Colors of #472015
Black with #472015
Text Example
Text Example
White with #472015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472015; }
p { color: rgb(71,32,21); }
H1.HeaderClassName
{
color: #472015;
}
.AnyTagClassName
{
color: #472015;
}
</style>
background-color css
<style>
a { background-color: #472015; }
a { background-color: rgb(71,32,21); }
div.DivClassName
{
background-color: #472015;
}
.BgClassName
{
background-color: #472015;
}
</style>
border-color css
<style>
span { border-color: #472015; }
span { border-color: rgb(71,32,21); }
td.TdClassName
{
border-color: #472015;
}
.TagClassName
{
border-color: #472015;
}
</style>