Shades of Morocco Brown #492F22
Tints of Morocco Brown #492F22
RGB
CMYK
RGB Variations
Color information
#492F22 (or 0x492F22) is known color: Morocco Brown. HEX triplet: 49, 2F and 22. RGB value is (73,47,34). Sum of RGB (Red+Green+Blue) = 73+47+34=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F22 is #B6D0DD. Grayscale: #353535. Windows color (decimal): -11981022 or 2240329. OLE color: 2240329.
HSL color Cylindrical-coordinate representation of color #492F22: hue angle of 20º 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 #492F22 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 34 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.71 |
| HSL | 20º | 0.36% | 0.21% | - |
| HSV(B) | 20º | 0.53% | 0.29% | - |
| XYZ | 4.05 | 3.56 | 1.99 | - |
| YUV | 53.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 34 | 0 | 0.36 | 0.53 | 0.71 | 20 | 0.36 | 0.21 |
| Hex | 49 | 2F | 22 | 0 | 24 | 35 | 47 | 14 | 24 | 15 |
| Octal | 111 | 57 | 42 | 0 | 44 | 65 | 107 | 24 | 44 | 25 |
| Binary | 1001001 | 101111 | 100010 | 0 | 100100 | 110101 | 1000111 | 10100 | 100100 | 10101 |
Color Harmonies of #492F22
Complementary color
Monochromatic Colors of #492F22
Black with #492F22
Text Example
Text Example
White with #492F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F22; }
p { color: rgb(73,47,34); }
H1.HeaderClassName
{
color: #492F22;
}
.AnyTagClassName
{
color: #492F22;
}
</style>
background-color css
<style>
a { background-color: #492F22; }
a { background-color: rgb(73,47,34); }
div.DivClassName
{
background-color: #492F22;
}
.BgClassName
{
background-color: #492F22;
}
</style>
border-color css
<style>
span { border-color: #492F22; }
span { border-color: rgb(73,47,34); }
td.TdClassName
{
border-color: #492F22;
}
.TagClassName
{
border-color: #492F22;
}
</style>