Shades of Morocco Brown #4B2E25
Tints of Morocco Brown #4B2E25
RGB
CMYK
RGB Variations
Color information
#4B2E25 (or 0x4B2E25) is known color: Morocco Brown. HEX triplet: 4B, 2E and 25. RGB value is (75,46,37). Sum of RGB (Red+Green+Blue) = 75+46+37=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E25 is #B4D1DA. Grayscale: #353535. Windows color (decimal): -11850203 or 2436683. OLE color: 2436683.
HSL color Cylindrical-coordinate representation of color #4B2E25: hue angle of 14.21º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2E25 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 37 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.71 |
| HSL | 14.21º | 0.34% | 0.22% | - |
| HSV(B) | 14.21º | 0.51% | 0.29% | - |
| XYZ | 4.21 | 3.58 | 2.22 | - |
| YUV | 53.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 37 | 0 | 0.39 | 0.51 | 0.71 | 14.21 | 0.34 | 0.22 |
| Hex | 4B | 2E | 25 | 0 | 27 | 33 | 47 | E | 22 | 16 |
| Octal | 113 | 56 | 45 | 0 | 47 | 63 | 107 | 16 | 42 | 26 |
| Binary | 1001011 | 101110 | 100101 | 0 | 100111 | 110011 | 1000111 | 1110 | 100010 | 10110 |
Color Harmonies of #4B2E25
Complementary color
Monochromatic Colors of #4B2E25
Black with #4B2E25
Text Example
Text Example
White with #4B2E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E25; }
p { color: rgb(75,46,37); }
H1.HeaderClassName
{
color: #4B2E25;
}
.AnyTagClassName
{
color: #4B2E25;
}
</style>
background-color css
<style>
a { background-color: #4B2E25; }
a { background-color: rgb(75,46,37); }
div.DivClassName
{
background-color: #4B2E25;
}
.BgClassName
{
background-color: #4B2E25;
}
</style>
border-color css
<style>
span { border-color: #4B2E25; }
span { border-color: rgb(75,46,37); }
td.TdClassName
{
border-color: #4B2E25;
}
.TagClassName
{
border-color: #4B2E25;
}
</style>