Shades of Morocco Brown #482D23
Tints of Morocco Brown #482D23
RGB
CMYK
RGB Variations
Color information
#482D23 (or 0x482D23) is known color: Morocco Brown. HEX triplet: 48, 2D and 23. RGB value is (72,45,35). Sum of RGB (Red+Green+Blue) = 72+45+35=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D23 is #B7D2DC. Grayscale: #333333. Windows color (decimal): -12047069 or 2305352. OLE color: 2305352.
HSL color Cylindrical-coordinate representation of color #482D23: hue angle of 16.22º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482D23 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 35 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.72 |
| HSL | 16.22º | 0.35% | 0.21% | - |
| HSV(B) | 16.22º | 0.51% | 0.28% | - |
| XYZ | 3.91 | 3.38 | 2.04 | - |
| YUV | 51.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 35 | 0 | 0.38 | 0.51 | 0.72 | 16.22 | 0.35 | 0.21 |
| Hex | 48 | 2D | 23 | 0 | 26 | 33 | 48 | 10 | 23 | 15 |
| Octal | 110 | 55 | 43 | 0 | 46 | 63 | 110 | 20 | 43 | 25 |
| Binary | 1001000 | 101101 | 100011 | 0 | 100110 | 110011 | 1001000 | 10000 | 100011 | 10101 |
Color Harmonies of #482D23
Complementary color
Monochromatic Colors of #482D23
Black with #482D23
Text Example
Text Example
White with #482D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D23; }
p { color: rgb(72,45,35); }
H1.HeaderClassName
{
color: #482D23;
}
.AnyTagClassName
{
color: #482D23;
}
</style>
background-color css
<style>
a { background-color: #482D23; }
a { background-color: rgb(72,45,35); }
div.DivClassName
{
background-color: #482D23;
}
.BgClassName
{
background-color: #482D23;
}
</style>
border-color css
<style>
span { border-color: #482D23; }
span { border-color: rgb(72,45,35); }
td.TdClassName
{
border-color: #482D23;
}
.TagClassName
{
border-color: #482D23;
}
</style>