Shades of Morocco Brown #492C22
Tints of Morocco Brown #492C22
RGB
CMYK
RGB Variations
Color information
#492C22 (or 0x492C22) is known color: Morocco Brown. HEX triplet: 49, 2C and 22. RGB value is (73,44,34). Sum of RGB (Red+Green+Blue) = 73+44+34=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C22 is #B6D3DD. Grayscale: #333333. Windows color (decimal): -11981790 or 2239561. OLE color: 2239561.
HSL color Cylindrical-coordinate representation of color #492C22: hue angle of 15.38º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492C22 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 34 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.71 |
| HSL | 15.38º | 0.36% | 0.21% | - |
| HSV(B) | 15.38º | 0.53% | 0.29% | - |
| XYZ | 3.94 | 3.33 | 1.95 | - |
| YUV | 51.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 34 | 0 | 0.40 | 0.53 | 0.71 | 15.38 | 0.36 | 0.21 |
| Hex | 49 | 2C | 22 | 0 | 28 | 35 | 47 | F | 24 | 15 |
| Octal | 111 | 54 | 42 | 0 | 50 | 65 | 107 | 17 | 44 | 25 |
| Binary | 1001001 | 101100 | 100010 | 0 | 101000 | 110101 | 1000111 | 1111 | 100100 | 10101 |
Color Harmonies of #492C22
Complementary color
Monochromatic Colors of #492C22
Black with #492C22
Text Example
Text Example
White with #492C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C22; }
p { color: rgb(73,44,34); }
H1.HeaderClassName
{
color: #492C22;
}
.AnyTagClassName
{
color: #492C22;
}
</style>
background-color css
<style>
a { background-color: #492C22; }
a { background-color: rgb(73,44,34); }
div.DivClassName
{
background-color: #492C22;
}
.BgClassName
{
background-color: #492C22;
}
</style>
border-color css
<style>
span { border-color: #492C22; }
span { border-color: rgb(73,44,34); }
td.TdClassName
{
border-color: #492C22;
}
.TagClassName
{
border-color: #492C22;
}
</style>