Shades of Morocco Brown #492D1D
Tints of Morocco Brown #492D1D
RGB
CMYK
RGB Variations
Color information
#492D1D (or 0x492D1D) is known color: Morocco Brown. HEX triplet: 49, 2D and 1D. RGB value is (73,45,29). Sum of RGB (Red+Green+Blue) = 73+45+29=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D1D is #B6D2E2. Grayscale: #333333. Windows color (decimal): -11981539 or 1912137. OLE color: 1912137.
HSL color Cylindrical-coordinate representation of color #492D1D: hue angle of 21.82º 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 #492D1D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 29 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.71 |
| HSL | 21.82º | 0.43% | 0.2% | - |
| HSV(B) | 21.82º | 0.6% | 0.29% | - |
| XYZ | 3.91 | 3.38 | 1.61 | - |
| YUV | 51.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 29 | 0 | 0.38 | 0.60 | 0.71 | 21.82 | 0.43 | 0.2 |
| Hex | 49 | 2D | 1D | 0 | 26 | 3C | 47 | 16 | 2B | 14 |
| Octal | 111 | 55 | 35 | 0 | 46 | 74 | 107 | 26 | 53 | 24 |
| Binary | 1001001 | 101101 | 11101 | 0 | 100110 | 111100 | 1000111 | 10110 | 101011 | 10100 |
Color Harmonies of #492D1D
Complementary color
Monochromatic Colors of #492D1D
Black with #492D1D
Text Example
Text Example
White with #492D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D1D; }
p { color: rgb(73,45,29); }
H1.HeaderClassName
{
color: #492D1D;
}
.AnyTagClassName
{
color: #492D1D;
}
</style>
background-color css
<style>
a { background-color: #492D1D; }
a { background-color: rgb(73,45,29); }
div.DivClassName
{
background-color: #492D1D;
}
.BgClassName
{
background-color: #492D1D;
}
</style>
border-color css
<style>
span { border-color: #492D1D; }
span { border-color: rgb(73,45,29); }
td.TdClassName
{
border-color: #492D1D;
}
.TagClassName
{
border-color: #492D1D;
}
</style>