Shades of Morocco Brown #492F26
Tints of Morocco Brown #492F26
RGB
CMYK
RGB Variations
Color information
#492F26 (or 0x492F26) is known color: Morocco Brown. HEX triplet: 49, 2F and 26. RGB value is (73,47,38). Sum of RGB (Red+Green+Blue) = 73+47+38=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F26 is #B6D0D9. Grayscale: #353535. Windows color (decimal): -11981018 or 2502473. OLE color: 2502473.
HSL color Cylindrical-coordinate representation of color #492F26: hue angle of 15.43º 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 #492F26 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 38 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.71 |
| HSL | 15.43º | 0.32% | 0.22% | - |
| HSV(B) | 15.43º | 0.48% | 0.29% | - |
| XYZ | 4.11 | 3.59 | 2.31 | - |
| YUV | 53.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 38 | 0 | 0.36 | 0.48 | 0.71 | 15.43 | 0.32 | 0.22 |
| Hex | 49 | 2F | 26 | 0 | 24 | 30 | 47 | F | 20 | 16 |
| Octal | 111 | 57 | 46 | 0 | 44 | 60 | 107 | 17 | 40 | 26 |
| Binary | 1001001 | 101111 | 100110 | 0 | 100100 | 110000 | 1000111 | 1111 | 100000 | 10110 |
Color Harmonies of #492F26
Complementary color
Monochromatic Colors of #492F26
Black with #492F26
Text Example
Text Example
White with #492F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F26; }
p { color: rgb(73,47,38); }
H1.HeaderClassName
{
color: #492F26;
}
.AnyTagClassName
{
color: #492F26;
}
</style>
background-color css
<style>
a { background-color: #492F26; }
a { background-color: rgb(73,47,38); }
div.DivClassName
{
background-color: #492F26;
}
.BgClassName
{
background-color: #492F26;
}
</style>
border-color css
<style>
span { border-color: #492F26; }
span { border-color: rgb(73,47,38); }
td.TdClassName
{
border-color: #492F26;
}
.TagClassName
{
border-color: #492F26;
}
</style>