Shades of Morocco Brown #482B19
Tints of Morocco Brown #482B19
RGB
CMYK
RGB Variations
Color information
#482B19 (or 0x482B19) is known color: Morocco Brown. HEX triplet: 48, 2B and 19. RGB value is (72,43,25). Sum of RGB (Red+Green+Blue) = 72+43+25=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B19 is #B7D4E6. Grayscale: #313131. Windows color (decimal): -12047591 or 1649480. OLE color: 1649480.
HSL color Cylindrical-coordinate representation of color #482B19: hue angle of 22.98º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482B19 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 25 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.72 |
| HSL | 22.98º | 0.48% | 0.19% | - |
| HSV(B) | 22.98º | 0.65% | 0.28% | - |
| XYZ | 3.71 | 3.18 | 1.34 | - |
| YUV | 49.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 25 | 0 | 0.40 | 0.65 | 0.72 | 22.98 | 0.48 | 0.19 |
| Hex | 48 | 2B | 19 | 0 | 28 | 41 | 48 | 17 | 30 | 13 |
| Octal | 110 | 53 | 31 | 0 | 50 | 101 | 110 | 27 | 60 | 23 |
| Binary | 1001000 | 101011 | 11001 | 0 | 101000 | 1000001 | 1001000 | 10111 | 110000 | 10011 |
Color Harmonies of #482B19
Complementary color
Monochromatic Colors of #482B19
Black with #482B19
Text Example
Text Example
White with #482B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B19; }
p { color: rgb(72,43,25); }
H1.HeaderClassName
{
color: #482B19;
}
.AnyTagClassName
{
color: #482B19;
}
</style>
background-color css
<style>
a { background-color: #482B19; }
a { background-color: rgb(72,43,25); }
div.DivClassName
{
background-color: #482B19;
}
.BgClassName
{
background-color: #482B19;
}
</style>
border-color css
<style>
span { border-color: #482B19; }
span { border-color: rgb(72,43,25); }
td.TdClassName
{
border-color: #482B19;
}
.TagClassName
{
border-color: #482B19;
}
</style>