Shades of Morocco Brown #472C1B
Tints of Morocco Brown #472C1B
RGB
CMYK
RGB Variations
Color information
#472C1B (or 0x472C1B) is known color: Morocco Brown. HEX triplet: 47, 2C and 1B. RGB value is (71,44,27). Sum of RGB (Red+Green+Blue) = 71+44+27=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C1B is #B8D3E4. Grayscale: #323232. Windows color (decimal): -12112869 or 1780807. OLE color: 1780807.
HSL color Cylindrical-coordinate representation of color #472C1B: hue angle of 23.18º 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 #472C1B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 27 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.72 |
| HSL | 23.18º | 0.45% | 0.19% | - |
| HSV(B) | 23.18º | 0.62% | 0.28% | - |
| XYZ | 3.7 | 3.22 | 1.46 | - |
| YUV | 50.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 27 | 0 | 0.38 | 0.62 | 0.72 | 23.18 | 0.45 | 0.19 |
| Hex | 47 | 2C | 1B | 0 | 26 | 3E | 48 | 17 | 2D | 13 |
| Octal | 107 | 54 | 33 | 0 | 46 | 76 | 110 | 27 | 55 | 23 |
| Binary | 1000111 | 101100 | 11011 | 0 | 100110 | 111110 | 1001000 | 10111 | 101101 | 10011 |
Color Harmonies of #472C1B
Complementary color
Monochromatic Colors of #472C1B
Black with #472C1B
Text Example
Text Example
White with #472C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C1B; }
p { color: rgb(71,44,27); }
H1.HeaderClassName
{
color: #472C1B;
}
.AnyTagClassName
{
color: #472C1B;
}
</style>
background-color css
<style>
a { background-color: #472C1B; }
a { background-color: rgb(71,44,27); }
div.DivClassName
{
background-color: #472C1B;
}
.BgClassName
{
background-color: #472C1B;
}
</style>
border-color css
<style>
span { border-color: #472C1B; }
span { border-color: rgb(71,44,27); }
td.TdClassName
{
border-color: #472C1B;
}
.TagClassName
{
border-color: #472C1B;
}
</style>