Shades of Morocco Brown #472C25
Tints of Morocco Brown #472C25
RGB
CMYK
RGB Variations
Color information
#472C25 (or 0x472C25) is known color: Morocco Brown. HEX triplet: 47, 2C and 25. RGB value is (71,44,37). Sum of RGB (Red+Green+Blue) = 71+44+37=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #472C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C25 is #B8D3DA. Grayscale: #333333. Windows color (decimal): -12112859 or 2436167. OLE color: 2436167.
HSL color Cylindrical-coordinate representation of color #472C25: hue angle of 12.35º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472C25 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 37 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.72 |
| HSL | 12.35º | 0.31% | 0.21% | - |
| HSV(B) | 12.35º | 0.48% | 0.28% | - |
| XYZ | 3.83 | 3.27 | 2.18 | - |
| YUV | 51.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 37 | 0 | 0.38 | 0.48 | 0.72 | 12.35 | 0.31 | 0.21 |
| Hex | 47 | 2C | 25 | 0 | 26 | 30 | 48 | C | 1F | 15 |
| Octal | 107 | 54 | 45 | 0 | 46 | 60 | 110 | 14 | 37 | 25 |
| Binary | 1000111 | 101100 | 100101 | 0 | 100110 | 110000 | 1001000 | 1100 | 11111 | 10101 |
Color Harmonies of #472C25
Complementary color
Monochromatic Colors of #472C25
Black with #472C25
Text Example
Text Example
White with #472C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C25; }
p { color: rgb(71,44,37); }
H1.HeaderClassName
{
color: #472C25;
}
.AnyTagClassName
{
color: #472C25;
}
</style>
background-color css
<style>
a { background-color: #472C25; }
a { background-color: rgb(71,44,37); }
div.DivClassName
{
background-color: #472C25;
}
.BgClassName
{
background-color: #472C25;
}
</style>
border-color css
<style>
span { border-color: #472C25; }
span { border-color: rgb(71,44,37); }
td.TdClassName
{
border-color: #472C25;
}
.TagClassName
{
border-color: #472C25;
}
</style>