Shades of Morocco Brown #472D23
Tints of Morocco Brown #472D23
RGB
CMYK
RGB Variations
Color information
#472D23 (or 0x472D23) is known color: Morocco Brown. HEX triplet: 47, 2D and 23. RGB value is (71,45,35). Sum of RGB (Red+Green+Blue) = 71+45+35=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #472D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D23 is #B8D2DC. Grayscale: #333333. Windows color (decimal): -12112605 or 2305351. OLE color: 2305351.
HSL color Cylindrical-coordinate representation of color #472D23: hue angle of 16.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472D23 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 35 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.72 |
| HSL | 16.67º | 0.34% | 0.21% | - |
| HSV(B) | 16.67º | 0.51% | 0.28% | - |
| XYZ | 3.84 | 3.34 | 2.03 | - |
| YUV | 51.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 35 | 0 | 0.37 | 0.51 | 0.72 | 16.67 | 0.34 | 0.21 |
| Hex | 47 | 2D | 23 | 0 | 25 | 33 | 48 | 11 | 22 | 15 |
| Octal | 107 | 55 | 43 | 0 | 45 | 63 | 110 | 21 | 42 | 25 |
| Binary | 1000111 | 101101 | 100011 | 0 | 100101 | 110011 | 1001000 | 10001 | 100010 | 10101 |
Color Harmonies of #472D23
Complementary color
Monochromatic Colors of #472D23
Black with #472D23
Text Example
Text Example
White with #472D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D23; }
p { color: rgb(71,45,35); }
H1.HeaderClassName
{
color: #472D23;
}
.AnyTagClassName
{
color: #472D23;
}
</style>
background-color css
<style>
a { background-color: #472D23; }
a { background-color: rgb(71,45,35); }
div.DivClassName
{
background-color: #472D23;
}
.BgClassName
{
background-color: #472D23;
}
</style>
border-color css
<style>
span { border-color: #472D23; }
span { border-color: rgb(71,45,35); }
td.TdClassName
{
border-color: #472D23;
}
.TagClassName
{
border-color: #472D23;
}
</style>