Shades of Morocco Brown #472B1B
Tints of Morocco Brown #472B1B
RGB
CMYK
RGB Variations
Color information
#472B1B (or 0x472B1B) is known color: Morocco Brown. HEX triplet: 47, 2B and 1B. RGB value is (71,43,27). Sum of RGB (Red+Green+Blue) = 71+43+27=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B1B is #B8D4E4. Grayscale: #313131. Windows color (decimal): -12113125 or 1780551. OLE color: 1780551.
HSL color Cylindrical-coordinate representation of color #472B1B: hue angle of 21.82º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472B1B is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 27 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.72 |
| HSL | 21.82º | 0.45% | 0.19% | - |
| HSV(B) | 21.82º | 0.62% | 0.28% | - |
| XYZ | 3.66 | 3.15 | 1.45 | - |
| YUV | 49.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 27 | 0 | 0.39 | 0.62 | 0.72 | 21.82 | 0.45 | 0.19 |
| Hex | 47 | 2B | 1B | 0 | 27 | 3E | 48 | 16 | 2D | 13 |
| Octal | 107 | 53 | 33 | 0 | 47 | 76 | 110 | 26 | 55 | 23 |
| Binary | 1000111 | 101011 | 11011 | 0 | 100111 | 111110 | 1001000 | 10110 | 101101 | 10011 |
Color Harmonies of #472B1B
Complementary color
Monochromatic Colors of #472B1B
Black with #472B1B
Text Example
Text Example
White with #472B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B1B; }
p { color: rgb(71,43,27); }
H1.HeaderClassName
{
color: #472B1B;
}
.AnyTagClassName
{
color: #472B1B;
}
</style>
background-color css
<style>
a { background-color: #472B1B; }
a { background-color: rgb(71,43,27); }
div.DivClassName
{
background-color: #472B1B;
}
.BgClassName
{
background-color: #472B1B;
}
</style>
border-color css
<style>
span { border-color: #472B1B; }
span { border-color: rgb(71,43,27); }
td.TdClassName
{
border-color: #472B1B;
}
.TagClassName
{
border-color: #472B1B;
}
</style>