Shades of Morocco Brown #492B23
Tints of Morocco Brown #492B23
RGB
CMYK
RGB Variations
Color information
#492B23 (or 0x492B23) is known color: Morocco Brown. HEX triplet: 49, 2B and 23. RGB value is (73,43,35). Sum of RGB (Red+Green+Blue) = 73+43+35=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B23 is #B6D4DC. Grayscale: #333333. Windows color (decimal): -11982045 or 2304841. OLE color: 2304841.
HSL color Cylindrical-coordinate representation of color #492B23: hue angle of 12.63º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492B23 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 35 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.71 |
| HSL | 12.63º | 0.35% | 0.21% | - |
| HSV(B) | 12.63º | 0.52% | 0.29% | - |
| XYZ | 3.91 | 3.27 | 2.01 | - |
| YUV | 51.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 35 | 0 | 0.41 | 0.52 | 0.71 | 12.63 | 0.35 | 0.21 |
| Hex | 49 | 2B | 23 | 0 | 29 | 34 | 47 | D | 23 | 15 |
| Octal | 111 | 53 | 43 | 0 | 51 | 64 | 107 | 15 | 43 | 25 |
| Binary | 1001001 | 101011 | 100011 | 0 | 101001 | 110100 | 1000111 | 1101 | 100011 | 10101 |
Color Harmonies of #492B23
Complementary color
Monochromatic Colors of #492B23
Black with #492B23
Text Example
Text Example
White with #492B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B23; }
p { color: rgb(73,43,35); }
H1.HeaderClassName
{
color: #492B23;
}
.AnyTagClassName
{
color: #492B23;
}
</style>
background-color css
<style>
a { background-color: #492B23; }
a { background-color: rgb(73,43,35); }
div.DivClassName
{
background-color: #492B23;
}
.BgClassName
{
background-color: #492B23;
}
</style>
border-color css
<style>
span { border-color: #492B23; }
span { border-color: rgb(73,43,35); }
td.TdClassName
{
border-color: #492B23;
}
.TagClassName
{
border-color: #492B23;
}
</style>