Shades of Morocco Brown #49281A
Tints of Morocco Brown #49281A
RGB
CMYK
RGB Variations
Color information
#49281A (or 0x49281A) is known color: Morocco Brown. HEX triplet: 49, 28 and 1A. RGB value is (73,40,26). Sum of RGB (Red+Green+Blue) = 73+40+26=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49281A is #B6D7E5. Grayscale: #303030. Windows color (decimal): -11982822 or 1714249. OLE color: 1714249.
HSL color Cylindrical-coordinate representation of color #49281A: hue angle of 17.87º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49281A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 26 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.71 |
| HSL | 17.87º | 0.47% | 0.19% | - |
| HSV(B) | 17.87º | 0.64% | 0.29% | - |
| XYZ | 3.69 | 3.01 | 1.36 | - |
| YUV | 48.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 26 | 0 | 0.45 | 0.64 | 0.71 | 17.87 | 0.47 | 0.19 |
| Hex | 49 | 28 | 1A | 0 | 2D | 40 | 47 | 12 | 2F | 13 |
| Octal | 111 | 50 | 32 | 0 | 55 | 100 | 107 | 22 | 57 | 23 |
| Binary | 1001001 | 101000 | 11010 | 0 | 101101 | 1000000 | 1000111 | 10010 | 101111 | 10011 |
Color Harmonies of #49281A
Complementary color
Monochromatic Colors of #49281A
Black with #49281A
Text Example
Text Example
White with #49281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49281A; }
p { color: rgb(73,40,26); }
H1.HeaderClassName
{
color: #49281A;
}
.AnyTagClassName
{
color: #49281A;
}
</style>
background-color css
<style>
a { background-color: #49281A; }
a { background-color: rgb(73,40,26); }
div.DivClassName
{
background-color: #49281A;
}
.BgClassName
{
background-color: #49281A;
}
</style>
border-color css
<style>
span { border-color: #49281A; }
span { border-color: rgb(73,40,26); }
td.TdClassName
{
border-color: #49281A;
}
.TagClassName
{
border-color: #49281A;
}
</style>