Shades of Morocco Brown #492C1D
Tints of Morocco Brown #492C1D
RGB
CMYK
RGB Variations
Color information
#492C1D (or 0x492C1D) is known color: Morocco Brown. HEX triplet: 49, 2C and 1D. RGB value is (73,44,29). Sum of RGB (Red+Green+Blue) = 73+44+29=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C1D is #B6D3E2. Grayscale: #333333. Windows color (decimal): -11981795 or 1911881. OLE color: 1911881.
HSL color Cylindrical-coordinate representation of color #492C1D: hue angle of 20.45º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492C1D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 29 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.71 |
| HSL | 20.45º | 0.43% | 0.2% | - |
| HSV(B) | 20.45º | 0.6% | 0.29% | - |
| XYZ | 3.87 | 3.31 | 1.6 | - |
| YUV | 50.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 29 | 0 | 0.40 | 0.60 | 0.71 | 20.45 | 0.43 | 0.2 |
| Hex | 49 | 2C | 1D | 0 | 28 | 3C | 47 | 14 | 2B | 14 |
| Octal | 111 | 54 | 35 | 0 | 50 | 74 | 107 | 24 | 53 | 24 |
| Binary | 1001001 | 101100 | 11101 | 0 | 101000 | 111100 | 1000111 | 10100 | 101011 | 10100 |
Color Harmonies of #492C1D
Complementary color
Monochromatic Colors of #492C1D
Black with #492C1D
Text Example
Text Example
White with #492C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C1D; }
p { color: rgb(73,44,29); }
H1.HeaderClassName
{
color: #492C1D;
}
.AnyTagClassName
{
color: #492C1D;
}
</style>
background-color css
<style>
a { background-color: #492C1D; }
a { background-color: rgb(73,44,29); }
div.DivClassName
{
background-color: #492C1D;
}
.BgClassName
{
background-color: #492C1D;
}
</style>
border-color css
<style>
span { border-color: #492C1D; }
span { border-color: rgb(73,44,29); }
td.TdClassName
{
border-color: #492C1D;
}
.TagClassName
{
border-color: #492C1D;
}
</style>