Shades of Morocco Brown #472E1B
Tints of Morocco Brown #472E1B
RGB
CMYK
RGB Variations
Color information
#472E1B (or 0x472E1B) is known color: Morocco Brown. HEX triplet: 47, 2E and 1B. RGB value is (71,46,27). Sum of RGB (Red+Green+Blue) = 71+46+27=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E1B is #B8D1E4. Grayscale: #333333. Windows color (decimal): -12112357 or 1781319. OLE color: 1781319.
HSL color Cylindrical-coordinate representation of color #472E1B: hue angle of 25.91º 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 #472E1B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 46 | 27 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.72 |
| HSL | 25.91º | 0.45% | 0.19% | - |
| HSV(B) | 25.91º | 0.62% | 0.28% | - |
| XYZ | 3.77 | 3.37 | 1.49 | - |
| YUV | 51.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 27 | 0 | 0.35 | 0.62 | 0.72 | 25.91 | 0.45 | 0.19 |
| Hex | 47 | 2E | 1B | 0 | 23 | 3E | 48 | 1A | 2D | 13 |
| Octal | 107 | 56 | 33 | 0 | 43 | 76 | 110 | 32 | 55 | 23 |
| Binary | 1000111 | 101110 | 11011 | 0 | 100011 | 111110 | 1001000 | 11010 | 101101 | 10011 |
Color Harmonies of #472E1B
Complementary color
Monochromatic Colors of #472E1B
Black with #472E1B
Text Example
Text Example
White with #472E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E1B; }
p { color: rgb(71,46,27); }
H1.HeaderClassName
{
color: #472E1B;
}
.AnyTagClassName
{
color: #472E1B;
}
</style>
background-color css
<style>
a { background-color: #472E1B; }
a { background-color: rgb(71,46,27); }
div.DivClassName
{
background-color: #472E1B;
}
.BgClassName
{
background-color: #472E1B;
}
</style>
border-color css
<style>
span { border-color: #472E1B; }
span { border-color: rgb(71,46,27); }
td.TdClassName
{
border-color: #472E1B;
}
.TagClassName
{
border-color: #472E1B;
}
</style>