Shades of Morocco Brown #49291B
Tints of Morocco Brown #49291B
RGB
CMYK
RGB Variations
Color information
#49291B (or 0x49291B) is known color: Morocco Brown. HEX triplet: 49, 29 and 1B. RGB value is (73,41,27). Sum of RGB (Red+Green+Blue) = 73+41+27=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49291B is #B6D6E4. Grayscale: #313131. Windows color (decimal): -11982565 or 1780041. OLE color: 1780041.
HSL color Cylindrical-coordinate representation of color #49291B: hue angle of 18.26º 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 #49291B is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 41 | 27 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.71 |
| HSL | 18.26º | 0.46% | 0.2% | - |
| HSV(B) | 18.26º | 0.63% | 0.29% | - |
| XYZ | 3.74 | 3.08 | 1.43 | - |
| YUV | 48.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 27 | 0 | 0.44 | 0.63 | 0.71 | 18.26 | 0.46 | 0.2 |
| Hex | 49 | 29 | 1B | 0 | 2C | 3F | 47 | 12 | 2E | 14 |
| Octal | 111 | 51 | 33 | 0 | 54 | 77 | 107 | 22 | 56 | 24 |
| Binary | 1001001 | 101001 | 11011 | 0 | 101100 | 111111 | 1000111 | 10010 | 101110 | 10100 |
Color Harmonies of #49291B
Complementary color
Monochromatic Colors of #49291B
Black with #49291B
Text Example
Text Example
White with #49291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49291B; }
p { color: rgb(73,41,27); }
H1.HeaderClassName
{
color: #49291B;
}
.AnyTagClassName
{
color: #49291B;
}
</style>
background-color css
<style>
a { background-color: #49291B; }
a { background-color: rgb(73,41,27); }
div.DivClassName
{
background-color: #49291B;
}
.BgClassName
{
background-color: #49291B;
}
</style>
border-color css
<style>
span { border-color: #49291B; }
span { border-color: rgb(73,41,27); }
td.TdClassName
{
border-color: #49291B;
}
.TagClassName
{
border-color: #49291B;
}
</style>