Shades of Madras #4F470F
Tints of Madras #4F470F
RGB
CMYK
RGB Variations
Color information
#4F470F (or 0x4F470F) is known color: Madras. HEX triplet: 4F, 47 and 0F. RGB value is (79,71,15). Sum of RGB (Red+Green+Blue) = 79+71+15=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F470F is #B0B8F0. Grayscale: #434343. Windows color (decimal): -11581681 or 1001295. OLE color: 1001295.
HSL color Cylindrical-coordinate representation of color #4F470F: hue angle of 52.5º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F470F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 71 | 15 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.69 |
| HSL | 52.5º | 0.68% | 0.18% | - |
| HSV(B) | 52.5º | 0.81% | 0.31% | - |
| XYZ | 5.56 | 6.2 | 1.36 | - |
| YUV | 67.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 15 | 0 | 0.10 | 0.81 | 0.69 | 52.5 | 0.68 | 0.18 |
| Hex | 4F | 47 | F | 0 | A | 51 | 45 | 34 | 44 | 12 |
| Octal | 117 | 107 | 17 | 0 | 12 | 121 | 105 | 64 | 104 | 22 |
| Binary | 1001111 | 1000111 | 1111 | 0 | 1010 | 1010001 | 1000101 | 110100 | 1000100 | 10010 |
Color Harmonies of #4F470F
Complementary color
Monochromatic Colors of #4F470F
Black with #4F470F
Text Example
Text Example
White with #4F470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F470F; }
p { color: rgb(79,71,15); }
H1.HeaderClassName
{
color: #4F470F;
}
.AnyTagClassName
{
color: #4F470F;
}
</style>
background-color css
<style>
a { background-color: #4F470F; }
a { background-color: rgb(79,71,15); }
div.DivClassName
{
background-color: #4F470F;
}
.BgClassName
{
background-color: #4F470F;
}
</style>
border-color css
<style>
span { border-color: #4F470F; }
span { border-color: rgb(79,71,15); }
td.TdClassName
{
border-color: #4F470F;
}
.TagClassName
{
border-color: #4F470F;
}
</style>