Shades of Madras #4F3C01
Tints of Madras #4F3C01
RGB
CMYK
RGB Variations
Color information
#4F3C01 (or 0x4F3C01) is known color: Madras. HEX triplet: 4F, 3C and 01. RGB value is (79,60,1). Sum of RGB (Red+Green+Blue) = 79+60+1=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3C01 is #B0C3FE. Grayscale: #3B3B3B. Windows color (decimal): -11584511 or 80975. OLE color: 80975.
HSL color Cylindrical-coordinate representation of color #4F3C01: hue angle of 45.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F3C01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.69 |
| HSL | 45.38º | 0.98% | 0.16% | - |
| HSV(B) | 45.38º | 0.99% | 0.31% | - |
| XYZ | 4.85 | 4.9 | 0.72 | - |
| YUV | 58.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 1 | 0 | 0.24 | 0.99 | 0.69 | 45.38 | 0.98 | 0.16 |
| Hex | 4F | 3C | 1 | 0 | 18 | 63 | 45 | 2D | 62 | 10 |
| Octal | 117 | 74 | 1 | 0 | 30 | 143 | 105 | 55 | 142 | 20 |
| Binary | 1001111 | 111100 | 1 | 0 | 11000 | 1100011 | 1000101 | 101101 | 1100010 | 10000 |
Color Harmonies of #4F3C01
Complementary color
Monochromatic Colors of #4F3C01
Black with #4F3C01
Text Example
Text Example
White with #4F3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C01; }
p { color: rgb(79,60,1); }
H1.HeaderClassName
{
color: #4F3C01;
}
.AnyTagClassName
{
color: #4F3C01;
}
</style>
background-color css
<style>
a { background-color: #4F3C01; }
a { background-color: rgb(79,60,1); }
div.DivClassName
{
background-color: #4F3C01;
}
.BgClassName
{
background-color: #4F3C01;
}
</style>
border-color css
<style>
span { border-color: #4F3C01; }
span { border-color: rgb(79,60,1); }
td.TdClassName
{
border-color: #4F3C01;
}
.TagClassName
{
border-color: #4F3C01;
}
</style>