Shades of Morocco Brown #482B17
Tints of Morocco Brown #482B17
RGB
CMYK
RGB Variations
Color information
#482B17 (or 0x482B17) is known color: Morocco Brown. HEX triplet: 48, 2B and 17. RGB value is (72,43,23). Sum of RGB (Red+Green+Blue) = 72+43+23=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B17 is #B7D4E8. Grayscale: #313131. Windows color (decimal): -12047593 or 1518408. OLE color: 1518408.
HSL color Cylindrical-coordinate representation of color #482B17: hue angle of 24.49º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482B17 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 23 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.72 |
| HSL | 24.49º | 0.52% | 0.19% | - |
| HSV(B) | 24.49º | 0.68% | 0.28% | - |
| XYZ | 3.69 | 3.17 | 1.23 | - |
| YUV | 49.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 23 | 0 | 0.40 | 0.68 | 0.72 | 24.49 | 0.52 | 0.19 |
| Hex | 48 | 2B | 17 | 0 | 28 | 44 | 48 | 18 | 34 | 13 |
| Octal | 110 | 53 | 27 | 0 | 50 | 104 | 110 | 30 | 64 | 23 |
| Binary | 1001000 | 101011 | 10111 | 0 | 101000 | 1000100 | 1001000 | 11000 | 110100 | 10011 |
Color Harmonies of #482B17
Complementary color
Monochromatic Colors of #482B17
Black with #482B17
Text Example
Text Example
White with #482B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B17; }
p { color: rgb(72,43,23); }
H1.HeaderClassName
{
color: #482B17;
}
.AnyTagClassName
{
color: #482B17;
}
</style>
background-color css
<style>
a { background-color: #482B17; }
a { background-color: rgb(72,43,23); }
div.DivClassName
{
background-color: #482B17;
}
.BgClassName
{
background-color: #482B17;
}
</style>
border-color css
<style>
span { border-color: #482B17; }
span { border-color: rgb(72,43,23); }
td.TdClassName
{
border-color: #482B17;
}
.TagClassName
{
border-color: #482B17;
}
</style>