Shades of Morocco Brown #482A20
Tints of Morocco Brown #482A20
RGB
CMYK
RGB Variations
Color information
#482A20 (or 0x482A20) is known color: Morocco Brown. HEX triplet: 48, 2A and 20. RGB value is (72,42,32). Sum of RGB (Red+Green+Blue) = 72+42+32=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A20 is #B7D5DF. Grayscale: #313131. Windows color (decimal): -12047840 or 2107976. OLE color: 2107976.
HSL color Cylindrical-coordinate representation of color #482A20: hue angle of 15º 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 #482A20 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 32 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.72 |
| HSL | 15º | 0.38% | 0.2% | - |
| HSV(B) | 15º | 0.56% | 0.28% | - |
| XYZ | 3.76 | 3.14 | 1.77 | - |
| YUV | 49.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 32 | 0 | 0.42 | 0.56 | 0.72 | 15 | 0.38 | 0.2 |
| Hex | 48 | 2A | 20 | 0 | 2A | 38 | 48 | F | 26 | 14 |
| Octal | 110 | 52 | 40 | 0 | 52 | 70 | 110 | 17 | 46 | 24 |
| Binary | 1001000 | 101010 | 100000 | 0 | 101010 | 111000 | 1001000 | 1111 | 100110 | 10100 |
Color Harmonies of #482A20
Complementary color
Monochromatic Colors of #482A20
Black with #482A20
Text Example
Text Example
White with #482A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A20; }
p { color: rgb(72,42,32); }
H1.HeaderClassName
{
color: #482A20;
}
.AnyTagClassName
{
color: #482A20;
}
</style>
background-color css
<style>
a { background-color: #482A20; }
a { background-color: rgb(72,42,32); }
div.DivClassName
{
background-color: #482A20;
}
.BgClassName
{
background-color: #482A20;
}
</style>
border-color css
<style>
span { border-color: #482A20; }
span { border-color: rgb(72,42,32); }
td.TdClassName
{
border-color: #482A20;
}
.TagClassName
{
border-color: #482A20;
}
</style>