Shades of Morocco Brown #472C20
Tints of Morocco Brown #472C20
RGB
CMYK
RGB Variations
Color information
#472C20 (or 0x472C20) is known color: Morocco Brown. HEX triplet: 47, 2C and 20. RGB value is (71,44,32). Sum of RGB (Red+Green+Blue) = 71+44+32=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C20 is #B8D3DF. Grayscale: #323232. Windows color (decimal): -12112864 or 2108487. OLE color: 2108487.
HSL color Cylindrical-coordinate representation of color #472C20: hue angle of 18.46º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472C20 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 32 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.72 |
| HSL | 18.46º | 0.38% | 0.2% | - |
| HSV(B) | 18.46º | 0.55% | 0.28% | - |
| XYZ | 3.76 | 3.25 | 1.79 | - |
| YUV | 50.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 32 | 0 | 0.38 | 0.55 | 0.72 | 18.46 | 0.38 | 0.2 |
| Hex | 47 | 2C | 20 | 0 | 26 | 37 | 48 | 12 | 26 | 14 |
| Octal | 107 | 54 | 40 | 0 | 46 | 67 | 110 | 22 | 46 | 24 |
| Binary | 1000111 | 101100 | 100000 | 0 | 100110 | 110111 | 1001000 | 10010 | 100110 | 10100 |
Color Harmonies of #472C20
Complementary color
Monochromatic Colors of #472C20
Black with #472C20
Text Example
Text Example
White with #472C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C20; }
p { color: rgb(71,44,32); }
H1.HeaderClassName
{
color: #472C20;
}
.AnyTagClassName
{
color: #472C20;
}
</style>
background-color css
<style>
a { background-color: #472C20; }
a { background-color: rgb(71,44,32); }
div.DivClassName
{
background-color: #472C20;
}
.BgClassName
{
background-color: #472C20;
}
</style>
border-color css
<style>
span { border-color: #472C20; }
span { border-color: rgb(71,44,32); }
td.TdClassName
{
border-color: #472C20;
}
.TagClassName
{
border-color: #472C20;
}
</style>