Shades of Morocco Brown #472F22
Tints of Morocco Brown #472F22
RGB
CMYK
RGB Variations
Color information
#472F22 (or 0x472F22) is known color: Morocco Brown. HEX triplet: 47, 2F and 22. RGB value is (71,47,34). Sum of RGB (Red+Green+Blue) = 71+47+34=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #472F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F22 is #B8D0DD. Grayscale: #343434. Windows color (decimal): -12112094 or 2240327. OLE color: 2240327.
HSL color Cylindrical-coordinate representation of color #472F22: hue angle of 21.08º 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 #472F22 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 34 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.72 |
| HSL | 21.08º | 0.35% | 0.21% | - |
| HSV(B) | 21.08º | 0.52% | 0.28% | - |
| XYZ | 3.9 | 3.49 | 1.98 | - |
| YUV | 52.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 34 | 0 | 0.34 | 0.52 | 0.72 | 21.08 | 0.35 | 0.21 |
| Hex | 47 | 2F | 22 | 0 | 22 | 34 | 48 | 15 | 23 | 15 |
| Octal | 107 | 57 | 42 | 0 | 42 | 64 | 110 | 25 | 43 | 25 |
| Binary | 1000111 | 101111 | 100010 | 0 | 100010 | 110100 | 1001000 | 10101 | 100011 | 10101 |
Color Harmonies of #472F22
Complementary color
Monochromatic Colors of #472F22
Black with #472F22
Text Example
Text Example
White with #472F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F22; }
p { color: rgb(71,47,34); }
H1.HeaderClassName
{
color: #472F22;
}
.AnyTagClassName
{
color: #472F22;
}
</style>
background-color css
<style>
a { background-color: #472F22; }
a { background-color: rgb(71,47,34); }
div.DivClassName
{
background-color: #472F22;
}
.BgClassName
{
background-color: #472F22;
}
</style>
border-color css
<style>
span { border-color: #472F22; }
span { border-color: rgb(71,47,34); }
td.TdClassName
{
border-color: #472F22;
}
.TagClassName
{
border-color: #472F22;
}
</style>