Shades of Morocco Brown #492E20
Tints of Morocco Brown #492E20
RGB
CMYK
RGB Variations
Color information
#492E20 (or 0x492E20) is known color: Morocco Brown. HEX triplet: 49, 2E and 20. RGB value is (73,46,32). Sum of RGB (Red+Green+Blue) = 73+46+32=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E20 is #B6D1DF. Grayscale: #343434. Windows color (decimal): -11981280 or 2109001. OLE color: 2109001.
HSL color Cylindrical-coordinate representation of color #492E20: hue angle of 20.49º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492E20 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 32 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.71 |
| HSL | 20.49º | 0.39% | 0.21% | - |
| HSV(B) | 20.49º | 0.56% | 0.29% | - |
| XYZ | 3.99 | 3.47 | 1.83 | - |
| YUV | 52.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 32 | 0 | 0.37 | 0.56 | 0.71 | 20.49 | 0.39 | 0.21 |
| Hex | 49 | 2E | 20 | 0 | 25 | 38 | 47 | 14 | 27 | 15 |
| Octal | 111 | 56 | 40 | 0 | 45 | 70 | 107 | 24 | 47 | 25 |
| Binary | 1001001 | 101110 | 100000 | 0 | 100101 | 111000 | 1000111 | 10100 | 100111 | 10101 |
Color Harmonies of #492E20
Complementary color
Monochromatic Colors of #492E20
Black with #492E20
Text Example
Text Example
White with #492E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E20; }
p { color: rgb(73,46,32); }
H1.HeaderClassName
{
color: #492E20;
}
.AnyTagClassName
{
color: #492E20;
}
</style>
background-color css
<style>
a { background-color: #492E20; }
a { background-color: rgb(73,46,32); }
div.DivClassName
{
background-color: #492E20;
}
.BgClassName
{
background-color: #492E20;
}
</style>
border-color css
<style>
span { border-color: #492E20; }
span { border-color: rgb(73,46,32); }
td.TdClassName
{
border-color: #492E20;
}
.TagClassName
{
border-color: #492E20;
}
</style>