Shades of Morocco Brown #472A22
Tints of Morocco Brown #472A22
RGB
CMYK
RGB Variations
Color information
#472A22 (or 0x472A22) is known color: Morocco Brown. HEX triplet: 47, 2A and 22. RGB value is (71,42,34). Sum of RGB (Red+Green+Blue) = 71+42+34=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A22 is #B8D5DD. Grayscale: #313131. Windows color (decimal): -12113374 or 2239047. OLE color: 2239047.
HSL color Cylindrical-coordinate representation of color #472A22: hue angle of 12.97º 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 #472A22 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 34 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.72 |
| HSL | 12.97º | 0.35% | 0.21% | - |
| HSV(B) | 12.97º | 0.52% | 0.28% | - |
| XYZ | 3.72 | 3.11 | 1.92 | - |
| YUV | 49.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 34 | 0 | 0.41 | 0.52 | 0.72 | 12.97 | 0.35 | 0.21 |
| Hex | 47 | 2A | 22 | 0 | 29 | 34 | 48 | D | 23 | 15 |
| Octal | 107 | 52 | 42 | 0 | 51 | 64 | 110 | 15 | 43 | 25 |
| Binary | 1000111 | 101010 | 100010 | 0 | 101001 | 110100 | 1001000 | 1101 | 100011 | 10101 |
Color Harmonies of #472A22
Complementary color
Monochromatic Colors of #472A22
Black with #472A22
Text Example
Text Example
White with #472A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A22; }
p { color: rgb(71,42,34); }
H1.HeaderClassName
{
color: #472A22;
}
.AnyTagClassName
{
color: #472A22;
}
</style>
background-color css
<style>
a { background-color: #472A22; }
a { background-color: rgb(71,42,34); }
div.DivClassName
{
background-color: #472A22;
}
.BgClassName
{
background-color: #472A22;
}
</style>
border-color css
<style>
span { border-color: #472A22; }
span { border-color: rgb(71,42,34); }
td.TdClassName
{
border-color: #472A22;
}
.TagClassName
{
border-color: #472A22;
}
</style>