Shades of Madras #4F411F
Tints of Madras #4F411F
RGB
CMYK
RGB Variations
Color information
#4F411F (or 0x4F411F) is known color: Madras. HEX triplet: 4F, 41 and 1F. RGB value is (79,65,31). Sum of RGB (Red+Green+Blue) = 79+65+31=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F411F is #B0BEE0. Grayscale: #414141. Windows color (decimal): -11583201 or 2048335. OLE color: 2048335.
HSL color Cylindrical-coordinate representation of color #4F411F: hue angle of 42.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F411F is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 31 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.69 |
| HSL | 42.5º | 0.44% | 0.22% | - |
| HSV(B) | 42.5º | 0.61% | 0.31% | - |
| XYZ | 5.36 | 5.54 | 2.08 | - |
| YUV | 65.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 31 | 0 | 0.18 | 0.61 | 0.69 | 42.5 | 0.44 | 0.22 |
| Hex | 4F | 41 | 1F | 0 | 12 | 3D | 45 | 2A | 2C | 16 |
| Octal | 117 | 101 | 37 | 0 | 22 | 75 | 105 | 52 | 54 | 26 |
| Binary | 1001111 | 1000001 | 11111 | 0 | 10010 | 111101 | 1000101 | 101010 | 101100 | 10110 |
Color Harmonies of #4F411F
Complementary color
Monochromatic Colors of #4F411F
Black with #4F411F
Text Example
Text Example
White with #4F411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F411F; }
p { color: rgb(79,65,31); }
H1.HeaderClassName
{
color: #4F411F;
}
.AnyTagClassName
{
color: #4F411F;
}
</style>
background-color css
<style>
a { background-color: #4F411F; }
a { background-color: rgb(79,65,31); }
div.DivClassName
{
background-color: #4F411F;
}
.BgClassName
{
background-color: #4F411F;
}
</style>
border-color css
<style>
span { border-color: #4F411F; }
span { border-color: rgb(79,65,31); }
td.TdClassName
{
border-color: #4F411F;
}
.TagClassName
{
border-color: #4F411F;
}
</style>