Shades of Morocco Brown #492F23
Tints of Morocco Brown #492F23
RGB
CMYK
RGB Variations
Color information
#492F23 (or 0x492F23) is known color: Morocco Brown. HEX triplet: 49, 2F and 23. RGB value is (73,47,35). Sum of RGB (Red+Green+Blue) = 73+47+35=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F23 is #B6D0DC. Grayscale: #353535. Windows color (decimal): -11981021 or 2305865. OLE color: 2305865.
HSL color Cylindrical-coordinate representation of color #492F23: hue angle of 18.95º 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 #492F23 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 35 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.71 |
| HSL | 18.95º | 0.35% | 0.21% | - |
| HSV(B) | 18.95º | 0.52% | 0.29% | - |
| XYZ | 4.07 | 3.57 | 2.06 | - |
| YUV | 53.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 35 | 0 | 0.36 | 0.52 | 0.71 | 18.95 | 0.35 | 0.21 |
| Hex | 49 | 2F | 23 | 0 | 24 | 34 | 47 | 13 | 23 | 15 |
| Octal | 111 | 57 | 43 | 0 | 44 | 64 | 107 | 23 | 43 | 25 |
| Binary | 1001001 | 101111 | 100011 | 0 | 100100 | 110100 | 1000111 | 10011 | 100011 | 10101 |
Color Harmonies of #492F23
Complementary color
Monochromatic Colors of #492F23
Black with #492F23
Text Example
Text Example
White with #492F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F23; }
p { color: rgb(73,47,35); }
H1.HeaderClassName
{
color: #492F23;
}
.AnyTagClassName
{
color: #492F23;
}
</style>
background-color css
<style>
a { background-color: #492F23; }
a { background-color: rgb(73,47,35); }
div.DivClassName
{
background-color: #492F23;
}
.BgClassName
{
background-color: #492F23;
}
</style>
border-color css
<style>
span { border-color: #492F23; }
span { border-color: rgb(73,47,35); }
td.TdClassName
{
border-color: #492F23;
}
.TagClassName
{
border-color: #492F23;
}
</style>