Shades of Morocco Brown #4A281E
Tints of Morocco Brown #4A281E
RGB
CMYK
RGB Variations
Color information
#4A281E (or 0x4A281E) is known color: Morocco Brown. HEX triplet: 4A, 28 and 1E. RGB value is (74,40,30). Sum of RGB (Red+Green+Blue) = 74+40+30=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A281E is #B5D7E1. Grayscale: #313131. Windows color (decimal): -11917282 or 1976394. OLE color: 1976394.
HSL color Cylindrical-coordinate representation of color #4A281E: hue angle of 13.64º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A281E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 30 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.71 |
| HSL | 13.64º | 0.42% | 0.2% | - |
| HSV(B) | 13.64º | 0.59% | 0.29% | - |
| XYZ | 3.82 | 3.07 | 1.62 | - |
| YUV | 49.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 30 | 0 | 0.46 | 0.59 | 0.71 | 13.64 | 0.42 | 0.2 |
| Hex | 4A | 28 | 1E | 0 | 2E | 3B | 47 | E | 2A | 14 |
| Octal | 112 | 50 | 36 | 0 | 56 | 73 | 107 | 16 | 52 | 24 |
| Binary | 1001010 | 101000 | 11110 | 0 | 101110 | 111011 | 1000111 | 1110 | 101010 | 10100 |
Color Harmonies of #4A281E
Complementary color
Monochromatic Colors of #4A281E
Black with #4A281E
Text Example
Text Example
White with #4A281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A281E; }
p { color: rgb(74,40,30); }
H1.HeaderClassName
{
color: #4A281E;
}
.AnyTagClassName
{
color: #4A281E;
}
</style>
background-color css
<style>
a { background-color: #4A281E; }
a { background-color: rgb(74,40,30); }
div.DivClassName
{
background-color: #4A281E;
}
.BgClassName
{
background-color: #4A281E;
}
</style>
border-color css
<style>
span { border-color: #4A281E; }
span { border-color: rgb(74,40,30); }
td.TdClassName
{
border-color: #4A281E;
}
.TagClassName
{
border-color: #4A281E;
}
</style>