Shades of Morocco Brown #482F20
Tints of Morocco Brown #482F20
RGB
CMYK
RGB Variations
Color information
#482F20 (or 0x482F20) is known color: Morocco Brown. HEX triplet: 48, 2F and 20. RGB value is (72,47,32). Sum of RGB (Red+Green+Blue) = 72+47+32=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #482F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F20 is #B7D0DF. Grayscale: #343434. Windows color (decimal): -12046560 or 2109256. OLE color: 2109256.
HSL color Cylindrical-coordinate representation of color #482F20: hue angle of 22.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482F20 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 32 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.72 |
| HSL | 22.5º | 0.38% | 0.2% | - |
| HSV(B) | 22.5º | 0.56% | 0.28% | - |
| XYZ | 3.95 | 3.52 | 1.84 | - |
| YUV | 52.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 32 | 0 | 0.35 | 0.56 | 0.72 | 22.5 | 0.38 | 0.2 |
| Hex | 48 | 2F | 20 | 0 | 23 | 38 | 48 | 16 | 26 | 14 |
| Octal | 110 | 57 | 40 | 0 | 43 | 70 | 110 | 26 | 46 | 24 |
| Binary | 1001000 | 101111 | 100000 | 0 | 100011 | 111000 | 1001000 | 10110 | 100110 | 10100 |
Color Harmonies of #482F20
Complementary color
Monochromatic Colors of #482F20
Black with #482F20
Text Example
Text Example
White with #482F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F20; }
p { color: rgb(72,47,32); }
H1.HeaderClassName
{
color: #482F20;
}
.AnyTagClassName
{
color: #482F20;
}
</style>
background-color css
<style>
a { background-color: #482F20; }
a { background-color: rgb(72,47,32); }
div.DivClassName
{
background-color: #482F20;
}
.BgClassName
{
background-color: #482F20;
}
</style>
border-color css
<style>
span { border-color: #482F20; }
span { border-color: rgb(72,47,32); }
td.TdClassName
{
border-color: #482F20;
}
.TagClassName
{
border-color: #482F20;
}
</style>