Shades of Morocco Brown #492E26
Tints of Morocco Brown #492E26
RGB
CMYK
RGB Variations
Color information
#492E26 (or 0x492E26) is known color: Morocco Brown. HEX triplet: 49, 2E and 26. RGB value is (73,46,38). Sum of RGB (Red+Green+Blue) = 73+46+38=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E26 is #B6D1D9. Grayscale: #353535. Windows color (decimal): -11981274 or 2502217. OLE color: 2502217.
HSL color Cylindrical-coordinate representation of color #492E26: hue angle of 13.71º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492E26 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 38 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.71 |
| HSL | 13.71º | 0.32% | 0.22% | - |
| HSV(B) | 13.71º | 0.48% | 0.29% | - |
| XYZ | 4.07 | 3.51 | 2.3 | - |
| YUV | 53.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 38 | 0 | 0.37 | 0.48 | 0.71 | 13.71 | 0.32 | 0.22 |
| Hex | 49 | 2E | 26 | 0 | 25 | 30 | 47 | E | 20 | 16 |
| Octal | 111 | 56 | 46 | 0 | 45 | 60 | 107 | 16 | 40 | 26 |
| Binary | 1001001 | 101110 | 100110 | 0 | 100101 | 110000 | 1000111 | 1110 | 100000 | 10110 |
Color Harmonies of #492E26
Complementary color
Monochromatic Colors of #492E26
Black with #492E26
Text Example
Text Example
White with #492E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E26; }
p { color: rgb(73,46,38); }
H1.HeaderClassName
{
color: #492E26;
}
.AnyTagClassName
{
color: #492E26;
}
</style>
background-color css
<style>
a { background-color: #492E26; }
a { background-color: rgb(73,46,38); }
div.DivClassName
{
background-color: #492E26;
}
.BgClassName
{
background-color: #492E26;
}
</style>
border-color css
<style>
span { border-color: #492E26; }
span { border-color: rgb(73,46,38); }
td.TdClassName
{
border-color: #492E26;
}
.TagClassName
{
border-color: #492E26;
}
</style>