Shades of Morocco Brown #472D22
Tints of Morocco Brown #472D22
RGB
CMYK
RGB Variations
Color information
#472D22 (or 0x472D22) is known color: Morocco Brown. HEX triplet: 47, 2D and 22. RGB value is (71,45,34). Sum of RGB (Red+Green+Blue) = 71+45+34=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D22 is #B8D2DD. Grayscale: #333333. Windows color (decimal): -12112606 or 2239815. OLE color: 2239815.
HSL color Cylindrical-coordinate representation of color #472D22: hue angle of 17.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472D22 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 34 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.72 |
| HSL | 17.84º | 0.35% | 0.21% | - |
| HSV(B) | 17.84º | 0.52% | 0.28% | - |
| XYZ | 3.83 | 3.33 | 1.95 | - |
| YUV | 51.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 34 | 0 | 0.37 | 0.52 | 0.72 | 17.84 | 0.35 | 0.21 |
| Hex | 47 | 2D | 22 | 0 | 25 | 34 | 48 | 12 | 23 | 15 |
| Octal | 107 | 55 | 42 | 0 | 45 | 64 | 110 | 22 | 43 | 25 |
| Binary | 1000111 | 101101 | 100010 | 0 | 100101 | 110100 | 1001000 | 10010 | 100011 | 10101 |
Color Harmonies of #472D22
Complementary color
Monochromatic Colors of #472D22
Black with #472D22
Text Example
Text Example
White with #472D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D22; }
p { color: rgb(71,45,34); }
H1.HeaderClassName
{
color: #472D22;
}
.AnyTagClassName
{
color: #472D22;
}
</style>
background-color css
<style>
a { background-color: #472D22; }
a { background-color: rgb(71,45,34); }
div.DivClassName
{
background-color: #472D22;
}
.BgClassName
{
background-color: #472D22;
}
</style>
border-color css
<style>
span { border-color: #472D22; }
span { border-color: rgb(71,45,34); }
td.TdClassName
{
border-color: #472D22;
}
.TagClassName
{
border-color: #472D22;
}
</style>