Shades of Morocco Brown #482B1D
Tints of Morocco Brown #482B1D
RGB
CMYK
RGB Variations
Color information
#482B1D (or 0x482B1D) is known color: Morocco Brown. HEX triplet: 48, 2B and 1D. RGB value is (72,43,29). Sum of RGB (Red+Green+Blue) = 72+43+29=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B1D is #B7D4E2. Grayscale: #323232. Windows color (decimal): -12047587 or 1911624. OLE color: 1911624.
HSL color Cylindrical-coordinate representation of color #482B1D: hue angle of 19.53º 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 #482B1D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 29 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.72 |
| HSL | 19.53º | 0.43% | 0.2% | - |
| HSV(B) | 19.53º | 0.6% | 0.28% | - |
| XYZ | 3.76 | 3.19 | 1.58 | - |
| YUV | 50.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 29 | 0 | 0.40 | 0.60 | 0.72 | 19.53 | 0.43 | 0.2 |
| Hex | 48 | 2B | 1D | 0 | 28 | 3C | 48 | 14 | 2B | 14 |
| Octal | 110 | 53 | 35 | 0 | 50 | 74 | 110 | 24 | 53 | 24 |
| Binary | 1001000 | 101011 | 11101 | 0 | 101000 | 111100 | 1001000 | 10100 | 101011 | 10100 |
Color Harmonies of #482B1D
Complementary color
Monochromatic Colors of #482B1D
Black with #482B1D
Text Example
Text Example
White with #482B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B1D; }
p { color: rgb(72,43,29); }
H1.HeaderClassName
{
color: #482B1D;
}
.AnyTagClassName
{
color: #482B1D;
}
</style>
background-color css
<style>
a { background-color: #482B1D; }
a { background-color: rgb(72,43,29); }
div.DivClassName
{
background-color: #482B1D;
}
.BgClassName
{
background-color: #482B1D;
}
</style>
border-color css
<style>
span { border-color: #482B1D; }
span { border-color: rgb(72,43,29); }
td.TdClassName
{
border-color: #482B1D;
}
.TagClassName
{
border-color: #482B1D;
}
</style>