Shades of Madras #4F4421
Tints of Madras #4F4421
RGB
CMYK
RGB Variations
Color information
#4F4421 (or 0x4F4421) is known color: Madras. HEX triplet: 4F, 44 and 21. RGB value is (79,68,33). Sum of RGB (Red+Green+Blue) = 79+68+33=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4421 is #B0BBDE. Grayscale: #434343. Windows color (decimal): -11582431 or 2180175. OLE color: 2180175.
HSL color Cylindrical-coordinate representation of color #4F4421: hue angle of 45.65º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F4421 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 68 | 33 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.69 |
| HSL | 45.65º | 0.41% | 0.22% | - |
| HSV(B) | 45.65º | 0.58% | 0.31% | - |
| XYZ | 5.57 | 5.91 | 2.29 | - |
| YUV | 67.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 33 | 0 | 0.14 | 0.58 | 0.69 | 45.65 | 0.41 | 0.22 |
| Hex | 4F | 44 | 21 | 0 | E | 3A | 45 | 2E | 29 | 16 |
| Octal | 117 | 104 | 41 | 0 | 16 | 72 | 105 | 56 | 51 | 26 |
| Binary | 1001111 | 1000100 | 100001 | 0 | 1110 | 111010 | 1000101 | 101110 | 101001 | 10110 |
Color Harmonies of #4F4421
Complementary color
Monochromatic Colors of #4F4421
Black with #4F4421
Text Example
Text Example
White with #4F4421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4421; }
p { color: rgb(79,68,33); }
H1.HeaderClassName
{
color: #4F4421;
}
.AnyTagClassName
{
color: #4F4421;
}
</style>
background-color css
<style>
a { background-color: #4F4421; }
a { background-color: rgb(79,68,33); }
div.DivClassName
{
background-color: #4F4421;
}
.BgClassName
{
background-color: #4F4421;
}
</style>
border-color css
<style>
span { border-color: #4F4421; }
span { border-color: rgb(79,68,33); }
td.TdClassName
{
border-color: #4F4421;
}
.TagClassName
{
border-color: #4F4421;
}
</style>