Shades of Brown Pod #472512
Tints of Brown Pod #472512
RGB
CMYK
RGB Variations
Color information
#472512 (or 0x472512) is known color: Brown Pod. HEX triplet: 47, 25 and 12. RGB value is (71,37,18). Sum of RGB (Red+Green+Blue) = 71+37+18=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472512 is #B8DAED. Grayscale: #2D2D2D. Windows color (decimal): -12114670 or 1189191. OLE color: 1189191.
HSL color Cylindrical-coordinate representation of color #472512: hue angle of 21.51º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472512 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 37 | 18 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.72 |
| HSL | 21.51º | 0.6% | 0.17% | - |
| HSV(B) | 21.51º | 0.75% | 0.28% | - |
| XYZ | 3.37 | 2.71 | 0.92 | - |
| YUV | 45 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 18 | 0 | 0.48 | 0.75 | 0.72 | 21.51 | 0.6 | 0.17 |
| Hex | 47 | 25 | 12 | 0 | 30 | 4B | 48 | 16 | 3C | 11 |
| Octal | 107 | 45 | 22 | 0 | 60 | 113 | 110 | 26 | 74 | 21 |
| Binary | 1000111 | 100101 | 10010 | 0 | 110000 | 1001011 | 1001000 | 10110 | 111100 | 10001 |
Color Harmonies of #472512
Complementary color
Monochromatic Colors of #472512
Black with #472512
Text Example
Text Example
White with #472512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472512; }
p { color: rgb(71,37,18); }
H1.HeaderClassName
{
color: #472512;
}
.AnyTagClassName
{
color: #472512;
}
</style>
background-color css
<style>
a { background-color: #472512; }
a { background-color: rgb(71,37,18); }
div.DivClassName
{
background-color: #472512;
}
.BgClassName
{
background-color: #472512;
}
</style>
border-color css
<style>
span { border-color: #472512; }
span { border-color: rgb(71,37,18); }
td.TdClassName
{
border-color: #472512;
}
.TagClassName
{
border-color: #472512;
}
</style>