Shades of Morocco Brown #472D1D
Tints of Morocco Brown #472D1D
RGB
CMYK
RGB Variations
Color information
#472D1D (or 0x472D1D) is known color: Morocco Brown. HEX triplet: 47, 2D and 1D. RGB value is (71,45,29). Sum of RGB (Red+Green+Blue) = 71+45+29=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D1D is #B8D2E2. Grayscale: #333333. Windows color (decimal): -12112611 or 1912135. OLE color: 1912135.
HSL color Cylindrical-coordinate representation of color #472D1D: hue angle of 22.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472D1D is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 29 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.72 |
| HSL | 22.86º | 0.42% | 0.2% | - |
| HSV(B) | 22.86º | 0.59% | 0.28% | - |
| XYZ | 3.76 | 3.31 | 1.6 | - |
| YUV | 50.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 29 | 0 | 0.37 | 0.59 | 0.72 | 22.86 | 0.42 | 0.2 |
| Hex | 47 | 2D | 1D | 0 | 25 | 3B | 48 | 17 | 2A | 14 |
| Octal | 107 | 55 | 35 | 0 | 45 | 73 | 110 | 27 | 52 | 24 |
| Binary | 1000111 | 101101 | 11101 | 0 | 100101 | 111011 | 1001000 | 10111 | 101010 | 10100 |
Color Harmonies of #472D1D
Complementary color
Monochromatic Colors of #472D1D
Black with #472D1D
Text Example
Text Example
White with #472D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D1D; }
p { color: rgb(71,45,29); }
H1.HeaderClassName
{
color: #472D1D;
}
.AnyTagClassName
{
color: #472D1D;
}
</style>
background-color css
<style>
a { background-color: #472D1D; }
a { background-color: rgb(71,45,29); }
div.DivClassName
{
background-color: #472D1D;
}
.BgClassName
{
background-color: #472D1D;
}
</style>
border-color css
<style>
span { border-color: #472D1D; }
span { border-color: rgb(71,45,29); }
td.TdClassName
{
border-color: #472D1D;
}
.TagClassName
{
border-color: #472D1D;
}
</style>