Shades of Morocco Brown #48271D
Tints of Morocco Brown #48271D
RGB
CMYK
RGB Variations
Color information
#48271D (or 0x48271D) is known color: Morocco Brown. HEX triplet: 48, 27 and 1D. RGB value is (72,39,29). Sum of RGB (Red+Green+Blue) = 72+39+29=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48271D is #B7D8E2. Grayscale: #2F2F2F. Windows color (decimal): -12048611 or 1910600. OLE color: 1910600.
HSL color Cylindrical-coordinate representation of color #48271D: hue angle of 13.95º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48271D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 29 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.72 |
| HSL | 13.95º | 0.43% | 0.2% | - |
| HSV(B) | 13.95º | 0.6% | 0.28% | - |
| XYZ | 3.62 | 2.92 | 1.53 | - |
| YUV | 47.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 29 | 0 | 0.46 | 0.60 | 0.72 | 13.95 | 0.43 | 0.2 |
| Hex | 48 | 27 | 1D | 0 | 2E | 3C | 48 | E | 2B | 14 |
| Octal | 110 | 47 | 35 | 0 | 56 | 74 | 110 | 16 | 53 | 24 |
| Binary | 1001000 | 100111 | 11101 | 0 | 101110 | 111100 | 1001000 | 1110 | 101011 | 10100 |
Color Harmonies of #48271D
Complementary color
Monochromatic Colors of #48271D
Black with #48271D
Text Example
Text Example
White with #48271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48271D; }
p { color: rgb(72,39,29); }
H1.HeaderClassName
{
color: #48271D;
}
.AnyTagClassName
{
color: #48271D;
}
</style>
background-color css
<style>
a { background-color: #48271D; }
a { background-color: rgb(72,39,29); }
div.DivClassName
{
background-color: #48271D;
}
.BgClassName
{
background-color: #48271D;
}
</style>
border-color css
<style>
span { border-color: #48271D; }
span { border-color: rgb(72,39,29); }
td.TdClassName
{
border-color: #48271D;
}
.TagClassName
{
border-color: #48271D;
}
</style>