Shades of Madras #4A3F20
Tints of Madras #4A3F20
RGB
CMYK
RGB Variations
Color information
#4A3F20 (or 0x4A3F20) is known color: Madras. HEX triplet: 4A, 3F and 20. RGB value is (74,63,32). Sum of RGB (Red+Green+Blue) = 74+63+32=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3F20 is #B5C0DF. Grayscale: #3E3E3E. Windows color (decimal): -11911392 or 2113354. OLE color: 2113354.
HSL color Cylindrical-coordinate representation of color #4A3F20: hue angle of 44.29º 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 #4A3F20 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 63 | 32 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.71 |
| HSL | 44.29º | 0.4% | 0.21% | - |
| HSV(B) | 44.29º | 0.57% | 0.29% | - |
| XYZ | 4.86 | 5.12 | 2.1 | - |
| YUV | 62.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 32 | 0 | 0.15 | 0.57 | 0.71 | 44.29 | 0.4 | 0.21 |
| Hex | 4A | 3F | 20 | 0 | F | 39 | 47 | 2C | 28 | 15 |
| Octal | 112 | 77 | 40 | 0 | 17 | 71 | 107 | 54 | 50 | 25 |
| Binary | 1001010 | 111111 | 100000 | 0 | 1111 | 111001 | 1000111 | 101100 | 101000 | 10101 |
Color Harmonies of #4A3F20
Complementary color
Monochromatic Colors of #4A3F20
Black with #4A3F20
Text Example
Text Example
White with #4A3F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3F20; }
p { color: rgb(74,63,32); }
H1.HeaderClassName
{
color: #4A3F20;
}
.AnyTagClassName
{
color: #4A3F20;
}
</style>
background-color css
<style>
a { background-color: #4A3F20; }
a { background-color: rgb(74,63,32); }
div.DivClassName
{
background-color: #4A3F20;
}
.BgClassName
{
background-color: #4A3F20;
}
</style>
border-color css
<style>
span { border-color: #4A3F20; }
span { border-color: rgb(74,63,32); }
td.TdClassName
{
border-color: #4A3F20;
}
.TagClassName
{
border-color: #4A3F20;
}
</style>