Shades of Morocco Brown #472B24
Tints of Morocco Brown #472B24
RGB
CMYK
RGB Variations
Color information
#472B24 (or 0x472B24) is known color: Morocco Brown. HEX triplet: 47, 2B and 24. RGB value is (71,43,36). Sum of RGB (Red+Green+Blue) = 71+43+36=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #472B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B24 is #B8D4DB. Grayscale: #323232. Windows color (decimal): -12113116 or 2370375. OLE color: 2370375.
HSL color Cylindrical-coordinate representation of color #472B24: hue angle of 12º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472B24 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 36 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.72 |
| HSL | 12º | 0.33% | 0.21% | - |
| HSV(B) | 12º | 0.49% | 0.28% | - |
| XYZ | 3.78 | 3.19 | 2.09 | - |
| YUV | 50.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 36 | 0 | 0.39 | 0.49 | 0.72 | 12 | 0.33 | 0.21 |
| Hex | 47 | 2B | 24 | 0 | 27 | 31 | 48 | C | 21 | 15 |
| Octal | 107 | 53 | 44 | 0 | 47 | 61 | 110 | 14 | 41 | 25 |
| Binary | 1000111 | 101011 | 100100 | 0 | 100111 | 110001 | 1001000 | 1100 | 100001 | 10101 |
Color Harmonies of #472B24
Complementary color
Monochromatic Colors of #472B24
Black with #472B24
Text Example
Text Example
White with #472B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B24; }
p { color: rgb(71,43,36); }
H1.HeaderClassName
{
color: #472B24;
}
.AnyTagClassName
{
color: #472B24;
}
</style>
background-color css
<style>
a { background-color: #472B24; }
a { background-color: rgb(71,43,36); }
div.DivClassName
{
background-color: #472B24;
}
.BgClassName
{
background-color: #472B24;
}
</style>
border-color css
<style>
span { border-color: #472B24; }
span { border-color: rgb(71,43,36); }
td.TdClassName
{
border-color: #472B24;
}
.TagClassName
{
border-color: #472B24;
}
</style>