Shades of Morocco Brown #472B1C
Tints of Morocco Brown #472B1C
RGB
CMYK
RGB Variations
Color information
#472B1C (or 0x472B1C) is known color: Morocco Brown. HEX triplet: 47, 2B and 1C. RGB value is (71,43,28). Sum of RGB (Red+Green+Blue) = 71+43+28=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B1C is #B8D4E3. Grayscale: #313131. Windows color (decimal): -12113124 or 1846087. OLE color: 1846087.
HSL color Cylindrical-coordinate representation of color #472B1C: hue angle of 20.93º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472B1C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 28 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.72 |
| HSL | 20.93º | 0.43% | 0.19% | - |
| HSV(B) | 20.93º | 0.61% | 0.28% | - |
| XYZ | 3.67 | 3.15 | 1.51 | - |
| YUV | 49.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 28 | 0 | 0.39 | 0.61 | 0.72 | 20.93 | 0.43 | 0.19 |
| Hex | 47 | 2B | 1C | 0 | 27 | 3D | 48 | 15 | 2B | 13 |
| Octal | 107 | 53 | 34 | 0 | 47 | 75 | 110 | 25 | 53 | 23 |
| Binary | 1000111 | 101011 | 11100 | 0 | 100111 | 111101 | 1001000 | 10101 | 101011 | 10011 |
Color Harmonies of #472B1C
Complementary color
Monochromatic Colors of #472B1C
Black with #472B1C
Text Example
Text Example
White with #472B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B1C; }
p { color: rgb(71,43,28); }
H1.HeaderClassName
{
color: #472B1C;
}
.AnyTagClassName
{
color: #472B1C;
}
</style>
background-color css
<style>
a { background-color: #472B1C; }
a { background-color: rgb(71,43,28); }
div.DivClassName
{
background-color: #472B1C;
}
.BgClassName
{
background-color: #472B1C;
}
</style>
border-color css
<style>
span { border-color: #472B1C; }
span { border-color: rgb(71,43,28); }
td.TdClassName
{
border-color: #472B1C;
}
.TagClassName
{
border-color: #472B1C;
}
</style>