Shades of Morocco Brown #482B23
Tints of Morocco Brown #482B23
RGB
CMYK
RGB Variations
Color information
#482B23 (or 0x482B23) is known color: Morocco Brown. HEX triplet: 48, 2B and 23. RGB value is (72,43,35). Sum of RGB (Red+Green+Blue) = 72+43+35=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #482B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B23 is #B7D4DC. Grayscale: #323232. Windows color (decimal): -12047581 or 2304840. OLE color: 2304840.
HSL color Cylindrical-coordinate representation of color #482B23: hue angle of 12.97º 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 #482B23 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 35 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.72 |
| HSL | 12.97º | 0.35% | 0.21% | - |
| HSV(B) | 12.97º | 0.51% | 0.28% | - |
| XYZ | 3.84 | 3.23 | 2.01 | - |
| YUV | 50.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 35 | 0 | 0.40 | 0.51 | 0.72 | 12.97 | 0.35 | 0.21 |
| Hex | 48 | 2B | 23 | 0 | 28 | 33 | 48 | D | 23 | 15 |
| Octal | 110 | 53 | 43 | 0 | 50 | 63 | 110 | 15 | 43 | 25 |
| Binary | 1001000 | 101011 | 100011 | 0 | 101000 | 110011 | 1001000 | 1101 | 100011 | 10101 |
Color Harmonies of #482B23
Complementary color
Monochromatic Colors of #482B23
Black with #482B23
Text Example
Text Example
White with #482B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B23; }
p { color: rgb(72,43,35); }
H1.HeaderClassName
{
color: #482B23;
}
.AnyTagClassName
{
color: #482B23;
}
</style>
background-color css
<style>
a { background-color: #482B23; }
a { background-color: rgb(72,43,35); }
div.DivClassName
{
background-color: #482B23;
}
.BgClassName
{
background-color: #482B23;
}
</style>
border-color css
<style>
span { border-color: #482B23; }
span { border-color: rgb(72,43,35); }
td.TdClassName
{
border-color: #482B23;
}
.TagClassName
{
border-color: #482B23;
}
</style>