Shades of Morocco Brown #4B271E
Tints of Morocco Brown #4B271E
RGB
CMYK
RGB Variations
Color information
#4B271E (or 0x4B271E) is known color: Morocco Brown. HEX triplet: 4B, 27 and 1E. RGB value is (75,39,30). Sum of RGB (Red+Green+Blue) = 75+39+30=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B271E is #B4D8E1. Grayscale: #303030. Windows color (decimal): -11852002 or 1976139. OLE color: 1976139.
HSL color Cylindrical-coordinate representation of color #4B271E: hue angle of 12º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B271E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 30 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.71 |
| HSL | 12º | 0.43% | 0.21% | - |
| HSV(B) | 12º | 0.6% | 0.29% | - |
| XYZ | 3.86 | 3.04 | 1.61 | - |
| YUV | 48.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 30 | 0 | 0.48 | 0.60 | 0.71 | 12 | 0.43 | 0.21 |
| Hex | 4B | 27 | 1E | 0 | 30 | 3C | 47 | C | 2B | 15 |
| Octal | 113 | 47 | 36 | 0 | 60 | 74 | 107 | 14 | 53 | 25 |
| Binary | 1001011 | 100111 | 11110 | 0 | 110000 | 111100 | 1000111 | 1100 | 101011 | 10101 |
Color Harmonies of #4B271E
Complementary color
Monochromatic Colors of #4B271E
Black with #4B271E
Text Example
Text Example
White with #4B271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B271E; }
p { color: rgb(75,39,30); }
H1.HeaderClassName
{
color: #4B271E;
}
.AnyTagClassName
{
color: #4B271E;
}
</style>
background-color css
<style>
a { background-color: #4B271E; }
a { background-color: rgb(75,39,30); }
div.DivClassName
{
background-color: #4B271E;
}
.BgClassName
{
background-color: #4B271E;
}
</style>
border-color css
<style>
span { border-color: #4B271E; }
span { border-color: rgb(75,39,30); }
td.TdClassName
{
border-color: #4B271E;
}
.TagClassName
{
border-color: #4B271E;
}
</style>