Shades of Madras #4F3C0A
Tints of Madras #4F3C0A
RGB
CMYK
RGB Variations
Color information
#4F3C0A (or 0x4F3C0A) is known color: Madras. HEX triplet: 4F, 3C and 0A. RGB value is (79,60,10). Sum of RGB (Red+Green+Blue) = 79+60+10=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3C0A is #B0C3F5. Grayscale: #3C3C3C. Windows color (decimal): -11584502 or 670799. OLE color: 670799.
HSL color Cylindrical-coordinate representation of color #4F3C0A: hue angle of 43.48º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F3C0A is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 10 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.69 |
| HSL | 43.48º | 0.78% | 0.17% | - |
| HSV(B) | 43.48º | 0.87% | 0.31% | - |
| XYZ | 4.9 | 4.92 | 0.98 | - |
| YUV | 59.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 10 | 0 | 0.24 | 0.87 | 0.69 | 43.48 | 0.78 | 0.17 |
| Hex | 4F | 3C | A | 0 | 18 | 57 | 45 | 2B | 4E | 11 |
| Octal | 117 | 74 | 12 | 0 | 30 | 127 | 105 | 53 | 116 | 21 |
| Binary | 1001111 | 111100 | 1010 | 0 | 11000 | 1010111 | 1000101 | 101011 | 1001110 | 10001 |
Color Harmonies of #4F3C0A
Complementary color
Monochromatic Colors of #4F3C0A
Black with #4F3C0A
Text Example
Text Example
White with #4F3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C0A; }
p { color: rgb(79,60,10); }
H1.HeaderClassName
{
color: #4F3C0A;
}
.AnyTagClassName
{
color: #4F3C0A;
}
</style>
background-color css
<style>
a { background-color: #4F3C0A; }
a { background-color: rgb(79,60,10); }
div.DivClassName
{
background-color: #4F3C0A;
}
.BgClassName
{
background-color: #4F3C0A;
}
</style>
border-color css
<style>
span { border-color: #4F3C0A; }
span { border-color: rgb(79,60,10); }
td.TdClassName
{
border-color: #4F3C0A;
}
.TagClassName
{
border-color: #4F3C0A;
}
</style>