Shades of Madras #4A4520
Tints of Madras #4A4520
RGB
CMYK
RGB Variations
Color information
#4A4520 (or 0x4A4520) is known color: Madras. HEX triplet: 4A, 45 and 20. RGB value is (74,69,32). Sum of RGB (Red+Green+Blue) = 74+69+32=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4520 is #B5BADF. Grayscale: #424242. Windows color (decimal): -11909856 or 2114890. OLE color: 2114890.
HSL color Cylindrical-coordinate representation of color #4A4520: hue angle of 52.86º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A4520 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 32 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.71 |
| HSL | 52.86º | 0.4% | 0.21% | - |
| HSV(B) | 52.86º | 0.57% | 0.29% | - |
| XYZ | 5.21 | 5.82 | 2.21 | - |
| YUV | 66.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 32 | 0 | 0.07 | 0.57 | 0.71 | 52.86 | 0.4 | 0.21 |
| Hex | 4A | 45 | 20 | 0 | 7 | 39 | 47 | 35 | 28 | 15 |
| Octal | 112 | 105 | 40 | 0 | 7 | 71 | 107 | 65 | 50 | 25 |
| Binary | 1001010 | 1000101 | 100000 | 0 | 111 | 111001 | 1000111 | 110101 | 101000 | 10101 |
Color Harmonies of #4A4520
Complementary color
Monochromatic Colors of #4A4520
Black with #4A4520
Text Example
Text Example
White with #4A4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4520; }
p { color: rgb(74,69,32); }
H1.HeaderClassName
{
color: #4A4520;
}
.AnyTagClassName
{
color: #4A4520;
}
</style>
background-color css
<style>
a { background-color: #4A4520; }
a { background-color: rgb(74,69,32); }
div.DivClassName
{
background-color: #4A4520;
}
.BgClassName
{
background-color: #4A4520;
}
</style>
border-color css
<style>
span { border-color: #4A4520; }
span { border-color: rgb(74,69,32); }
td.TdClassName
{
border-color: #4A4520;
}
.TagClassName
{
border-color: #4A4520;
}
</style>