Shades of Morocco Brown #492B20
Tints of Morocco Brown #492B20
RGB
CMYK
RGB Variations
Color information
#492B20 (or 0x492B20) is known color: Morocco Brown. HEX triplet: 49, 2B and 20. RGB value is (73,43,32). Sum of RGB (Red+Green+Blue) = 73+43+32=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B20 is #B6D4DF. Grayscale: #323232. Windows color (decimal): -11982048 or 2108233. OLE color: 2108233.
HSL color Cylindrical-coordinate representation of color #492B20: hue angle of 16.1º 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 #492B20 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 32 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.71 |
| HSL | 16.1º | 0.39% | 0.21% | - |
| HSV(B) | 16.1º | 0.56% | 0.29% | - |
| XYZ | 3.87 | 3.25 | 1.79 | - |
| YUV | 50.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 32 | 0 | 0.41 | 0.56 | 0.71 | 16.1 | 0.39 | 0.21 |
| Hex | 49 | 2B | 20 | 0 | 29 | 38 | 47 | 10 | 27 | 15 |
| Octal | 111 | 53 | 40 | 0 | 51 | 70 | 107 | 20 | 47 | 25 |
| Binary | 1001001 | 101011 | 100000 | 0 | 101001 | 111000 | 1000111 | 10000 | 100111 | 10101 |
Color Harmonies of #492B20
Complementary color
Monochromatic Colors of #492B20
Black with #492B20
Text Example
Text Example
White with #492B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B20; }
p { color: rgb(73,43,32); }
H1.HeaderClassName
{
color: #492B20;
}
.AnyTagClassName
{
color: #492B20;
}
</style>
background-color css
<style>
a { background-color: #492B20; }
a { background-color: rgb(73,43,32); }
div.DivClassName
{
background-color: #492B20;
}
.BgClassName
{
background-color: #492B20;
}
</style>
border-color css
<style>
span { border-color: #492B20; }
span { border-color: rgb(73,43,32); }
td.TdClassName
{
border-color: #492B20;
}
.TagClassName
{
border-color: #492B20;
}
</style>