Shades of Morocco Brown #472D20
Tints of Morocco Brown #472D20
RGB
CMYK
RGB Variations
Color information
#472D20 (or 0x472D20) is known color: Morocco Brown. HEX triplet: 47, 2D and 20. RGB value is (71,45,32). Sum of RGB (Red+Green+Blue) = 71+45+32=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #472D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D20 is #B8D2DF. Grayscale: #333333. Windows color (decimal): -12112608 or 2108743. OLE color: 2108743.
HSL color Cylindrical-coordinate representation of color #472D20: hue angle of 20º 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 #472D20 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 32 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.72 |
| HSL | 20º | 0.38% | 0.2% | - |
| HSV(B) | 20º | 0.55% | 0.28% | - |
| XYZ | 3.8 | 3.32 | 1.81 | - |
| YUV | 51.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 32 | 0 | 0.37 | 0.55 | 0.72 | 20 | 0.38 | 0.2 |
| Hex | 47 | 2D | 20 | 0 | 25 | 37 | 48 | 14 | 26 | 14 |
| Octal | 107 | 55 | 40 | 0 | 45 | 67 | 110 | 24 | 46 | 24 |
| Binary | 1000111 | 101101 | 100000 | 0 | 100101 | 110111 | 1001000 | 10100 | 100110 | 10100 |
Color Harmonies of #472D20
Complementary color
Monochromatic Colors of #472D20
Black with #472D20
Text Example
Text Example
White with #472D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D20; }
p { color: rgb(71,45,32); }
H1.HeaderClassName
{
color: #472D20;
}
.AnyTagClassName
{
color: #472D20;
}
</style>
background-color css
<style>
a { background-color: #472D20; }
a { background-color: rgb(71,45,32); }
div.DivClassName
{
background-color: #472D20;
}
.BgClassName
{
background-color: #472D20;
}
</style>
border-color css
<style>
span { border-color: #472D20; }
span { border-color: rgb(71,45,32); }
td.TdClassName
{
border-color: #472D20;
}
.TagClassName
{
border-color: #472D20;
}
</style>