Shades of Morocco Brown #492A1B
Tints of Morocco Brown #492A1B
RGB
CMYK
RGB Variations
Color information
#492A1B (or 0x492A1B) is known color: Morocco Brown. HEX triplet: 49, 2A and 1B. RGB value is (73,42,27). Sum of RGB (Red+Green+Blue) = 73+42+27=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #492A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A1B is #B6D5E4. Grayscale: #313131. Windows color (decimal): -11982309 or 1780297. OLE color: 1780297.
HSL color Cylindrical-coordinate representation of color #492A1B: hue angle of 19.57º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492A1B is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 27 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.71 |
| HSL | 19.57º | 0.46% | 0.2% | - |
| HSV(B) | 19.57º | 0.63% | 0.29% | - |
| XYZ | 3.77 | 3.15 | 1.45 | - |
| YUV | 49.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 27 | 0 | 0.42 | 0.63 | 0.71 | 19.57 | 0.46 | 0.2 |
| Hex | 49 | 2A | 1B | 0 | 2A | 3F | 47 | 14 | 2E | 14 |
| Octal | 111 | 52 | 33 | 0 | 52 | 77 | 107 | 24 | 56 | 24 |
| Binary | 1001001 | 101010 | 11011 | 0 | 101010 | 111111 | 1000111 | 10100 | 101110 | 10100 |
Color Harmonies of #492A1B
Complementary color
Monochromatic Colors of #492A1B
Black with #492A1B
Text Example
Text Example
White with #492A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A1B; }
p { color: rgb(73,42,27); }
H1.HeaderClassName
{
color: #492A1B;
}
.AnyTagClassName
{
color: #492A1B;
}
</style>
background-color css
<style>
a { background-color: #492A1B; }
a { background-color: rgb(73,42,27); }
div.DivClassName
{
background-color: #492A1B;
}
.BgClassName
{
background-color: #492A1B;
}
</style>
border-color css
<style>
span { border-color: #492A1B; }
span { border-color: rgb(73,42,27); }
td.TdClassName
{
border-color: #492A1B;
}
.TagClassName
{
border-color: #492A1B;
}
</style>