Shades of Morocco Brown #4A271C
Tints of Morocco Brown #4A271C
RGB
CMYK
RGB Variations
Color information
#4A271C (or 0x4A271C) is known color: Morocco Brown. HEX triplet: 4A, 27 and 1C. RGB value is (74,39,28). Sum of RGB (Red+Green+Blue) = 74+39+28=141 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.48% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 74 - color contains mainly: red. Hex color #4A271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A271C is #B5D8E3. Grayscale: #303030. Windows color (decimal): -11917540 or 1845066. OLE color: 1845066.
HSL color Cylindrical-coordinate representation of color #4A271C: hue angle of 14.35º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A271C is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 28 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.71 |
| HSL | 14.35º | 0.45% | 0.2% | - |
| HSV(B) | 14.35º | 0.62% | 0.29% | - |
| XYZ | 3.76 | 2.99 | 1.48 | - |
| YUV | 48.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 28 | 0 | 0.47 | 0.62 | 0.71 | 14.35 | 0.45 | 0.2 |
| Hex | 4A | 27 | 1C | 0 | 2F | 3E | 47 | E | 2D | 14 |
| Octal | 112 | 47 | 34 | 0 | 57 | 76 | 107 | 16 | 55 | 24 |
| Binary | 1001010 | 100111 | 11100 | 0 | 101111 | 111110 | 1000111 | 1110 | 101101 | 10100 |
Color Harmonies of #4A271C
Complementary color
Monochromatic Colors of #4A271C
Black with #4A271C
Text Example
Text Example
White with #4A271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A271C; }
p { color: rgb(74,39,28); }
H1.HeaderClassName
{
color: #4A271C;
}
.AnyTagClassName
{
color: #4A271C;
}
</style>
background-color css
<style>
a { background-color: #4A271C; }
a { background-color: rgb(74,39,28); }
div.DivClassName
{
background-color: #4A271C;
}
.BgClassName
{
background-color: #4A271C;
}
</style>
border-color css
<style>
span { border-color: #4A271C; }
span { border-color: rgb(74,39,28); }
td.TdClassName
{
border-color: #4A271C;
}
.TagClassName
{
border-color: #4A271C;
}
</style>