Shades of Morocco Brown #48281F
Tints of Morocco Brown #48281F
RGB
CMYK
RGB Variations
Color information
#48281F (or 0x48281F) is known color: Morocco Brown. HEX triplet: 48, 28 and 1F. RGB value is (72,40,31). Sum of RGB (Red+Green+Blue) = 72+40+31=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #48281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48281F is #B7D7E0. Grayscale: #303030. Windows color (decimal): -12048353 or 2041928. OLE color: 2041928.
HSL color Cylindrical-coordinate representation of color #48281F: hue angle of 13.17º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48281F is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 31 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.72 |
| HSL | 13.17º | 0.4% | 0.2% | - |
| HSV(B) | 13.17º | 0.57% | 0.28% | - |
| XYZ | 3.68 | 2.99 | 1.68 | - |
| YUV | 48.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 31 | 0 | 0.44 | 0.57 | 0.72 | 13.17 | 0.4 | 0.2 |
| Hex | 48 | 28 | 1F | 0 | 2C | 39 | 48 | D | 28 | 14 |
| Octal | 110 | 50 | 37 | 0 | 54 | 71 | 110 | 15 | 50 | 24 |
| Binary | 1001000 | 101000 | 11111 | 0 | 101100 | 111001 | 1001000 | 1101 | 101000 | 10100 |
Color Harmonies of #48281F
Complementary color
Monochromatic Colors of #48281F
Black with #48281F
Text Example
Text Example
White with #48281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48281F; }
p { color: rgb(72,40,31); }
H1.HeaderClassName
{
color: #48281F;
}
.AnyTagClassName
{
color: #48281F;
}
</style>
background-color css
<style>
a { background-color: #48281F; }
a { background-color: rgb(72,40,31); }
div.DivClassName
{
background-color: #48281F;
}
.BgClassName
{
background-color: #48281F;
}
</style>
border-color css
<style>
span { border-color: #48281F; }
span { border-color: rgb(72,40,31); }
td.TdClassName
{
border-color: #48281F;
}
.TagClassName
{
border-color: #48281F;
}
</style>