Shades of Morocco Brown #472F1C
Tints of Morocco Brown #472F1C
RGB
CMYK
RGB Variations
Color information
#472F1C (or 0x472F1C) is known color: Morocco Brown. HEX triplet: 47, 2F and 1C. RGB value is (71,47,28). Sum of RGB (Red+Green+Blue) = 71+47+28=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F1C is #B8D0E3. Grayscale: #343434. Windows color (decimal): -12112100 or 1847111. OLE color: 1847111.
HSL color Cylindrical-coordinate representation of color #472F1C: hue angle of 26.51º 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 #472F1C is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 28 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.72 |
| HSL | 26.51º | 0.43% | 0.19% | - |
| HSV(B) | 26.51º | 0.61% | 0.28% | - |
| XYZ | 3.82 | 3.46 | 1.56 | - |
| YUV | 52.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 28 | 0 | 0.34 | 0.61 | 0.72 | 26.51 | 0.43 | 0.19 |
| Hex | 47 | 2F | 1C | 0 | 22 | 3D | 48 | 1B | 2B | 13 |
| Octal | 107 | 57 | 34 | 0 | 42 | 75 | 110 | 33 | 53 | 23 |
| Binary | 1000111 | 101111 | 11100 | 0 | 100010 | 111101 | 1001000 | 11011 | 101011 | 10011 |
Color Harmonies of #472F1C
Complementary color
Monochromatic Colors of #472F1C
Black with #472F1C
Text Example
Text Example
White with #472F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F1C; }
p { color: rgb(71,47,28); }
H1.HeaderClassName
{
color: #472F1C;
}
.AnyTagClassName
{
color: #472F1C;
}
</style>
background-color css
<style>
a { background-color: #472F1C; }
a { background-color: rgb(71,47,28); }
div.DivClassName
{
background-color: #472F1C;
}
.BgClassName
{
background-color: #472F1C;
}
</style>
border-color css
<style>
span { border-color: #472F1C; }
span { border-color: rgb(71,47,28); }
td.TdClassName
{
border-color: #472F1C;
}
.TagClassName
{
border-color: #472F1C;
}
</style>