Shades of Morocco Brown #4A271A
Tints of Morocco Brown #4A271A
RGB
CMYK
RGB Variations
Color information
#4A271A (or 0x4A271A) is known color: Morocco Brown. HEX triplet: 4A, 27 and 1A. RGB value is (74,39,26). Sum of RGB (Red+Green+Blue) = 74+39+26=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A271A is #B5D8E5. Grayscale: #303030. Windows color (decimal): -11917542 or 1713994. OLE color: 1713994.
HSL color Cylindrical-coordinate representation of color #4A271A: hue angle of 16.25º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A271A is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 26 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.71 |
| HSL | 16.25º | 0.48% | 0.2% | - |
| HSV(B) | 16.25º | 0.65% | 0.29% | - |
| XYZ | 3.74 | 2.98 | 1.36 | - |
| YUV | 47.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 26 | 0 | 0.47 | 0.65 | 0.71 | 16.25 | 0.48 | 0.2 |
| Hex | 4A | 27 | 1A | 0 | 2F | 41 | 47 | 10 | 30 | 14 |
| Octal | 112 | 47 | 32 | 0 | 57 | 101 | 107 | 20 | 60 | 24 |
| Binary | 1001010 | 100111 | 11010 | 0 | 101111 | 1000001 | 1000111 | 10000 | 110000 | 10100 |
Color Harmonies of #4A271A
Complementary color
Monochromatic Colors of #4A271A
Black with #4A271A
Text Example
Text Example
White with #4A271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A271A; }
p { color: rgb(74,39,26); }
H1.HeaderClassName
{
color: #4A271A;
}
.AnyTagClassName
{
color: #4A271A;
}
</style>
background-color css
<style>
a { background-color: #4A271A; }
a { background-color: rgb(74,39,26); }
div.DivClassName
{
background-color: #4A271A;
}
.BgClassName
{
background-color: #4A271A;
}
</style>
border-color css
<style>
span { border-color: #4A271A; }
span { border-color: rgb(74,39,26); }
td.TdClassName
{
border-color: #4A271A;
}
.TagClassName
{
border-color: #4A271A;
}
</style>