Shades of Morocco Brown #4B271C
Tints of Morocco Brown #4B271C
RGB
CMYK
RGB Variations
Color information
#4B271C (or 0x4B271C) is known color: Morocco Brown. HEX triplet: 4B, 27 and 1C. RGB value is (75,39,28). Sum of RGB (Red+Green+Blue) = 75+39+28=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B271C is #B4D8E3. Grayscale: #303030. Windows color (decimal): -11852004 or 1845067. OLE color: 1845067.
HSL color Cylindrical-coordinate representation of color #4B271C: hue angle of 14.04º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B271C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 28 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.71 |
| HSL | 14.04º | 0.46% | 0.2% | - |
| HSV(B) | 14.04º | 0.63% | 0.29% | - |
| XYZ | 3.84 | 3.03 | 1.48 | - |
| YUV | 48.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 28 | 0 | 0.48 | 0.63 | 0.71 | 14.04 | 0.46 | 0.2 |
| Hex | 4B | 27 | 1C | 0 | 30 | 3F | 47 | E | 2E | 14 |
| Octal | 113 | 47 | 34 | 0 | 60 | 77 | 107 | 16 | 56 | 24 |
| Binary | 1001011 | 100111 | 11100 | 0 | 110000 | 111111 | 1000111 | 1110 | 101110 | 10100 |
Color Harmonies of #4B271C
Complementary color
Monochromatic Colors of #4B271C
Black with #4B271C
Text Example
Text Example
White with #4B271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B271C; }
p { color: rgb(75,39,28); }
H1.HeaderClassName
{
color: #4B271C;
}
.AnyTagClassName
{
color: #4B271C;
}
</style>
background-color css
<style>
a { background-color: #4B271C; }
a { background-color: rgb(75,39,28); }
div.DivClassName
{
background-color: #4B271C;
}
.BgClassName
{
background-color: #4B271C;
}
</style>
border-color css
<style>
span { border-color: #4B271C; }
span { border-color: rgb(75,39,28); }
td.TdClassName
{
border-color: #4B271C;
}
.TagClassName
{
border-color: #4B271C;
}
</style>