Shades of Morocco Brown #482E26
Tints of Morocco Brown #482E26
RGB
CMYK
RGB Variations
Color information
#482E26 (or 0x482E26) is known color: Morocco Brown. HEX triplet: 48, 2E and 26. RGB value is (72,46,38). Sum of RGB (Red+Green+Blue) = 72+46+38=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #482E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E26 is #B7D1D9. Grayscale: #343434. Windows color (decimal): -12046810 or 2502216. OLE color: 2502216.
HSL color Cylindrical-coordinate representation of color #482E26: hue angle of 14.12º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482E26 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 38 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.72 |
| HSL | 14.12º | 0.31% | 0.22% | - |
| HSV(B) | 14.12º | 0.47% | 0.28% | - |
| XYZ | 4 | 3.47 | 2.29 | - |
| YUV | 52.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 38 | 0 | 0.36 | 0.47 | 0.72 | 14.12 | 0.31 | 0.22 |
| Hex | 48 | 2E | 26 | 0 | 24 | 2F | 48 | E | 1F | 16 |
| Octal | 110 | 56 | 46 | 0 | 44 | 57 | 110 | 16 | 37 | 26 |
| Binary | 1001000 | 101110 | 100110 | 0 | 100100 | 101111 | 1001000 | 1110 | 11111 | 10110 |
Color Harmonies of #482E26
Complementary color
Monochromatic Colors of #482E26
Black with #482E26
Text Example
Text Example
White with #482E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E26; }
p { color: rgb(72,46,38); }
H1.HeaderClassName
{
color: #482E26;
}
.AnyTagClassName
{
color: #482E26;
}
</style>
background-color css
<style>
a { background-color: #482E26; }
a { background-color: rgb(72,46,38); }
div.DivClassName
{
background-color: #482E26;
}
.BgClassName
{
background-color: #482E26;
}
</style>
border-color css
<style>
span { border-color: #482E26; }
span { border-color: rgb(72,46,38); }
td.TdClassName
{
border-color: #482E26;
}
.TagClassName
{
border-color: #482E26;
}
</style>