Shades of Morocco Brown #4B2C23
Tints of Morocco Brown #4B2C23
RGB
CMYK
RGB Variations
Color information
#4B2C23 (or 0x4B2C23) is known color: Morocco Brown. HEX triplet: 4B, 2C and 23. RGB value is (75,44,35). Sum of RGB (Red+Green+Blue) = 75+44+35=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C23 is #B4D3DC. Grayscale: #343434. Windows color (decimal): -11850717 or 2305099. OLE color: 2305099.
HSL color Cylindrical-coordinate representation of color #4B2C23: hue angle of 13.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B2C23 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 44 | 35 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.71 |
| HSL | 13.5º | 0.36% | 0.22% | - |
| HSV(B) | 13.5º | 0.53% | 0.29% | - |
| XYZ | 4.11 | 3.42 | 2.03 | - |
| YUV | 52.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 35 | 0 | 0.41 | 0.53 | 0.71 | 13.5 | 0.36 | 0.22 |
| Hex | 4B | 2C | 23 | 0 | 29 | 35 | 47 | E | 24 | 16 |
| Octal | 113 | 54 | 43 | 0 | 51 | 65 | 107 | 16 | 44 | 26 |
| Binary | 1001011 | 101100 | 100011 | 0 | 101001 | 110101 | 1000111 | 1110 | 100100 | 10110 |
Color Harmonies of #4B2C23
Complementary color
Monochromatic Colors of #4B2C23
Black with #4B2C23
Text Example
Text Example
White with #4B2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2C23; }
p { color: rgb(75,44,35); }
H1.HeaderClassName
{
color: #4B2C23;
}
.AnyTagClassName
{
color: #4B2C23;
}
</style>
background-color css
<style>
a { background-color: #4B2C23; }
a { background-color: rgb(75,44,35); }
div.DivClassName
{
background-color: #4B2C23;
}
.BgClassName
{
background-color: #4B2C23;
}
</style>
border-color css
<style>
span { border-color: #4B2C23; }
span { border-color: rgb(75,44,35); }
td.TdClassName
{
border-color: #4B2C23;
}
.TagClassName
{
border-color: #4B2C23;
}
</style>