Shades of Madras #4F4020
Tints of Madras #4F4020
RGB
CMYK
RGB Variations
Color information
#4F4020 (or 0x4F4020) is known color: Madras. HEX triplet: 4F, 40 and 20. RGB value is (79,64,32). Sum of RGB (Red+Green+Blue) = 79+64+32=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4020 is #B0BFDF. Grayscale: #404040. Windows color (decimal): -11583456 or 2113615. OLE color: 2113615.
HSL color Cylindrical-coordinate representation of color #4F4020: hue angle of 40.85º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4020 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 32 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.69 |
| HSL | 40.85º | 0.42% | 0.22% | - |
| HSV(B) | 40.85º | 0.59% | 0.31% | - |
| XYZ | 5.32 | 5.43 | 2.13 | - |
| YUV | 64.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 32 | 0 | 0.19 | 0.59 | 0.69 | 40.85 | 0.42 | 0.22 |
| Hex | 4F | 40 | 20 | 0 | 13 | 3B | 45 | 29 | 2A | 16 |
| Octal | 117 | 100 | 40 | 0 | 23 | 73 | 105 | 51 | 52 | 26 |
| Binary | 1001111 | 1000000 | 100000 | 0 | 10011 | 111011 | 1000101 | 101001 | 101010 | 10110 |
Color Harmonies of #4F4020
Complementary color
Monochromatic Colors of #4F4020
Black with #4F4020
Text Example
Text Example
White with #4F4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4020; }
p { color: rgb(79,64,32); }
H1.HeaderClassName
{
color: #4F4020;
}
.AnyTagClassName
{
color: #4F4020;
}
</style>
background-color css
<style>
a { background-color: #4F4020; }
a { background-color: rgb(79,64,32); }
div.DivClassName
{
background-color: #4F4020;
}
.BgClassName
{
background-color: #4F4020;
}
</style>
border-color css
<style>
span { border-color: #4F4020; }
span { border-color: rgb(79,64,32); }
td.TdClassName
{
border-color: #4F4020;
}
.TagClassName
{
border-color: #4F4020;
}
</style>