Shades of Morocco Brown #482D1C
Tints of Morocco Brown #482D1C
RGB
CMYK
RGB Variations
Color information
#482D1C (or 0x482D1C) is known color: Morocco Brown. HEX triplet: 48, 2D and 1C. RGB value is (72,45,28). Sum of RGB (Red+Green+Blue) = 72+45+28=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D1C is #B7D2E3. Grayscale: #333333. Windows color (decimal): -12047076 or 1846600. OLE color: 1846600.
HSL color Cylindrical-coordinate representation of color #482D1C: hue angle of 23.18º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482D1C is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 28 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.72 |
| HSL | 23.18º | 0.44% | 0.2% | - |
| HSV(B) | 23.18º | 0.61% | 0.28% | - |
| XYZ | 3.82 | 3.34 | 1.54 | - |
| YUV | 51.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 28 | 0 | 0.38 | 0.61 | 0.72 | 23.18 | 0.44 | 0.2 |
| Hex | 48 | 2D | 1C | 0 | 26 | 3D | 48 | 17 | 2C | 14 |
| Octal | 110 | 55 | 34 | 0 | 46 | 75 | 110 | 27 | 54 | 24 |
| Binary | 1001000 | 101101 | 11100 | 0 | 100110 | 111101 | 1001000 | 10111 | 101100 | 10100 |
Color Harmonies of #482D1C
Complementary color
Monochromatic Colors of #482D1C
Black with #482D1C
Text Example
Text Example
White with #482D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D1C; }
p { color: rgb(72,45,28); }
H1.HeaderClassName
{
color: #482D1C;
}
.AnyTagClassName
{
color: #482D1C;
}
</style>
background-color css
<style>
a { background-color: #482D1C; }
a { background-color: rgb(72,45,28); }
div.DivClassName
{
background-color: #482D1C;
}
.BgClassName
{
background-color: #482D1C;
}
</style>
border-color css
<style>
span { border-color: #482D1C; }
span { border-color: rgb(72,45,28); }
td.TdClassName
{
border-color: #482D1C;
}
.TagClassName
{
border-color: #482D1C;
}
</style>