Shades of Morocco Brown #482D1D
Tints of Morocco Brown #482D1D
RGB
CMYK
RGB Variations
Color information
#482D1D (or 0x482D1D) is known color: Morocco Brown. HEX triplet: 48, 2D and 1D. RGB value is (72,45,29). Sum of RGB (Red+Green+Blue) = 72+45+29=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D1D is #B7D2E2. Grayscale: #333333. Windows color (decimal): -12047075 or 1912136. OLE color: 1912136.
HSL color Cylindrical-coordinate representation of color #482D1D: hue angle of 22.33º 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 #482D1D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 29 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.72 |
| HSL | 22.33º | 0.43% | 0.2% | - |
| HSV(B) | 22.33º | 0.6% | 0.28% | - |
| XYZ | 3.83 | 3.34 | 1.61 | - |
| YUV | 51.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 29 | 0 | 0.38 | 0.60 | 0.72 | 22.33 | 0.43 | 0.2 |
| Hex | 48 | 2D | 1D | 0 | 26 | 3C | 48 | 16 | 2B | 14 |
| Octal | 110 | 55 | 35 | 0 | 46 | 74 | 110 | 26 | 53 | 24 |
| Binary | 1001000 | 101101 | 11101 | 0 | 100110 | 111100 | 1001000 | 10110 | 101011 | 10100 |
Color Harmonies of #482D1D
Complementary color
Monochromatic Colors of #482D1D
Black with #482D1D
Text Example
Text Example
White with #482D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D1D; }
p { color: rgb(72,45,29); }
H1.HeaderClassName
{
color: #482D1D;
}
.AnyTagClassName
{
color: #482D1D;
}
</style>
background-color css
<style>
a { background-color: #482D1D; }
a { background-color: rgb(72,45,29); }
div.DivClassName
{
background-color: #482D1D;
}
.BgClassName
{
background-color: #482D1D;
}
</style>
border-color css
<style>
span { border-color: #482D1D; }
span { border-color: rgb(72,45,29); }
td.TdClassName
{
border-color: #482D1D;
}
.TagClassName
{
border-color: #482D1D;
}
</style>