Shades of Morocco Brown #48291E
Tints of Morocco Brown #48291E
RGB
CMYK
RGB Variations
Color information
#48291E (or 0x48291E) is known color: Morocco Brown. HEX triplet: 48, 29 and 1E. RGB value is (72,41,30). Sum of RGB (Red+Green+Blue) = 72+41+30=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #48291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48291E is #B7D6E1. Grayscale: #313131. Windows color (decimal): -12048098 or 1976648. OLE color: 1976648.
HSL color Cylindrical-coordinate representation of color #48291E: hue angle of 15.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48291E is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 41 | 30 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.72 |
| HSL | 15.71º | 0.41% | 0.2% | - |
| HSV(B) | 15.71º | 0.58% | 0.28% | - |
| XYZ | 3.7 | 3.06 | 1.62 | - |
| YUV | 49.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 30 | 0 | 0.43 | 0.58 | 0.72 | 15.71 | 0.41 | 0.2 |
| Hex | 48 | 29 | 1E | 0 | 2B | 3A | 48 | 10 | 29 | 14 |
| Octal | 110 | 51 | 36 | 0 | 53 | 72 | 110 | 20 | 51 | 24 |
| Binary | 1001000 | 101001 | 11110 | 0 | 101011 | 111010 | 1001000 | 10000 | 101001 | 10100 |
Color Harmonies of #48291E
Complementary color
Monochromatic Colors of #48291E
Black with #48291E
Text Example
Text Example
White with #48291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48291E; }
p { color: rgb(72,41,30); }
H1.HeaderClassName
{
color: #48291E;
}
.AnyTagClassName
{
color: #48291E;
}
</style>
background-color css
<style>
a { background-color: #48291E; }
a { background-color: rgb(72,41,30); }
div.DivClassName
{
background-color: #48291E;
}
.BgClassName
{
background-color: #48291E;
}
</style>
border-color css
<style>
span { border-color: #48291E; }
span { border-color: rgb(72,41,30); }
td.TdClassName
{
border-color: #48291E;
}
.TagClassName
{
border-color: #48291E;
}
</style>