Shades of Morocco Brown #482F1C
Tints of Morocco Brown #482F1C
RGB
CMYK
RGB Variations
Color information
#482F1C (or 0x482F1C) is known color: Morocco Brown. HEX triplet: 48, 2F and 1C. RGB value is (72,47,28). Sum of RGB (Red+Green+Blue) = 72+47+28=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F1C is #B7D0E3. Grayscale: #343434. Windows color (decimal): -12046564 or 1847112. OLE color: 1847112.
HSL color Cylindrical-coordinate representation of color #482F1C: hue angle of 25.91º 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 #482F1C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 28 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.72 |
| HSL | 25.91º | 0.44% | 0.2% | - |
| HSV(B) | 25.91º | 0.61% | 0.28% | - |
| XYZ | 3.9 | 3.49 | 1.57 | - |
| YUV | 52.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 28 | 0 | 0.35 | 0.61 | 0.72 | 25.91 | 0.44 | 0.2 |
| Hex | 48 | 2F | 1C | 0 | 23 | 3D | 48 | 1A | 2C | 14 |
| Octal | 110 | 57 | 34 | 0 | 43 | 75 | 110 | 32 | 54 | 24 |
| Binary | 1001000 | 101111 | 11100 | 0 | 100011 | 111101 | 1001000 | 11010 | 101100 | 10100 |
Color Harmonies of #482F1C
Complementary color
Monochromatic Colors of #482F1C
Black with #482F1C
Text Example
Text Example
White with #482F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F1C; }
p { color: rgb(72,47,28); }
H1.HeaderClassName
{
color: #482F1C;
}
.AnyTagClassName
{
color: #482F1C;
}
</style>
background-color css
<style>
a { background-color: #482F1C; }
a { background-color: rgb(72,47,28); }
div.DivClassName
{
background-color: #482F1C;
}
.BgClassName
{
background-color: #482F1C;
}
</style>
border-color css
<style>
span { border-color: #482F1C; }
span { border-color: rgb(72,47,28); }
td.TdClassName
{
border-color: #482F1C;
}
.TagClassName
{
border-color: #482F1C;
}
</style>