Shades of Morocco Brown #4A2819
Tints of Morocco Brown #4A2819
RGB
CMYK
RGB Variations
Color information
#4A2819 (or 0x4A2819) is known color: Morocco Brown. HEX triplet: 4A, 28 and 19. RGB value is (74,40,25). Sum of RGB (Red+Green+Blue) = 74+40+25=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2819 is #B5D7E6. Grayscale: #303030. Windows color (decimal): -11917287 or 1648714. OLE color: 1648714.
HSL color Cylindrical-coordinate representation of color #4A2819: hue angle of 18.37º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A2819 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 25 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.71 |
| HSL | 18.37º | 0.49% | 0.19% | - |
| HSV(B) | 18.37º | 0.66% | 0.29% | - |
| XYZ | 3.76 | 3.04 | 1.31 | - |
| YUV | 48.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 25 | 0 | 0.46 | 0.66 | 0.71 | 18.37 | 0.49 | 0.19 |
| Hex | 4A | 28 | 19 | 0 | 2E | 42 | 47 | 12 | 31 | 13 |
| Octal | 112 | 50 | 31 | 0 | 56 | 102 | 107 | 22 | 61 | 23 |
| Binary | 1001010 | 101000 | 11001 | 0 | 101110 | 1000010 | 1000111 | 10010 | 110001 | 10011 |
Color Harmonies of #4A2819
Complementary color
Monochromatic Colors of #4A2819
Black with #4A2819
Text Example
Text Example
White with #4A2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2819; }
p { color: rgb(74,40,25); }
H1.HeaderClassName
{
color: #4A2819;
}
.AnyTagClassName
{
color: #4A2819;
}
</style>
background-color css
<style>
a { background-color: #4A2819; }
a { background-color: rgb(74,40,25); }
div.DivClassName
{
background-color: #4A2819;
}
.BgClassName
{
background-color: #4A2819;
}
</style>
border-color css
<style>
span { border-color: #4A2819; }
span { border-color: rgb(74,40,25); }
td.TdClassName
{
border-color: #4A2819;
}
.TagClassName
{
border-color: #4A2819;
}
</style>