Shades of Morocco Brown #492A18
Tints of Morocco Brown #492A18
RGB
CMYK
RGB Variations
Color information
#492A18 (or 0x492A18) is known color: Morocco Brown. HEX triplet: 49, 2A and 18. RGB value is (73,42,24). Sum of RGB (Red+Green+Blue) = 73+42+24=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #492A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A18 is #B6D5E7. Grayscale: #313131. Windows color (decimal): -11982312 or 1583689. OLE color: 1583689.
HSL color Cylindrical-coordinate representation of color #492A18: hue angle of 22.04º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492A18 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 24 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.71 |
| HSL | 22.04º | 0.51% | 0.19% | - |
| HSV(B) | 22.04º | 0.67% | 0.29% | - |
| XYZ | 3.74 | 3.14 | 1.27 | - |
| YUV | 49.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 24 | 0 | 0.42 | 0.67 | 0.71 | 22.04 | 0.51 | 0.19 |
| Hex | 49 | 2A | 18 | 0 | 2A | 43 | 47 | 16 | 33 | 13 |
| Octal | 111 | 52 | 30 | 0 | 52 | 103 | 107 | 26 | 63 | 23 |
| Binary | 1001001 | 101010 | 11000 | 0 | 101010 | 1000011 | 1000111 | 10110 | 110011 | 10011 |
Color Harmonies of #492A18
Complementary color
Monochromatic Colors of #492A18
Black with #492A18
Text Example
Text Example
White with #492A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A18; }
p { color: rgb(73,42,24); }
H1.HeaderClassName
{
color: #492A18;
}
.AnyTagClassName
{
color: #492A18;
}
</style>
background-color css
<style>
a { background-color: #492A18; }
a { background-color: rgb(73,42,24); }
div.DivClassName
{
background-color: #492A18;
}
.BgClassName
{
background-color: #492A18;
}
</style>
border-color css
<style>
span { border-color: #492A18; }
span { border-color: rgb(73,42,24); }
td.TdClassName
{
border-color: #492A18;
}
.TagClassName
{
border-color: #492A18;
}
</style>