Shades of Morocco Brown #472F27
Tints of Morocco Brown #472F27
RGB
CMYK
RGB Variations
Color information
#472F27 (or 0x472F27) is known color: Morocco Brown. HEX triplet: 47, 2F and 27. RGB value is (71,47,39). Sum of RGB (Red+Green+Blue) = 71+47+39=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F27 is #B8D0D8. Grayscale: #353535. Windows color (decimal): -12112089 or 2568007. OLE color: 2568007.
HSL color Cylindrical-coordinate representation of color #472F27: hue angle of 15º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472F27 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 39 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.72 |
| HSL | 15º | 0.29% | 0.22% | - |
| HSV(B) | 15º | 0.45% | 0.28% | - |
| XYZ | 3.98 | 3.52 | 2.39 | - |
| YUV | 53.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 39 | 0 | 0.34 | 0.45 | 0.72 | 15 | 0.29 | 0.22 |
| Hex | 47 | 2F | 27 | 0 | 22 | 2D | 48 | F | 1D | 16 |
| Octal | 107 | 57 | 47 | 0 | 42 | 55 | 110 | 17 | 35 | 26 |
| Binary | 1000111 | 101111 | 100111 | 0 | 100010 | 101101 | 1001000 | 1111 | 11101 | 10110 |
Color Harmonies of #472F27
Complementary color
Monochromatic Colors of #472F27
Black with #472F27
Text Example
Text Example
White with #472F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F27; }
p { color: rgb(71,47,39); }
H1.HeaderClassName
{
color: #472F27;
}
.AnyTagClassName
{
color: #472F27;
}
</style>
background-color css
<style>
a { background-color: #472F27; }
a { background-color: rgb(71,47,39); }
div.DivClassName
{
background-color: #472F27;
}
.BgClassName
{
background-color: #472F27;
}
</style>
border-color css
<style>
span { border-color: #472F27; }
span { border-color: rgb(71,47,39); }
td.TdClassName
{
border-color: #472F27;
}
.TagClassName
{
border-color: #472F27;
}
</style>