Shades of Madras #4F4102
Tints of Madras #4F4102
RGB
CMYK
RGB Variations
Color information
#4F4102 (or 0x4F4102) is known color: Madras. HEX triplet: 4F, 41 and 02. RGB value is (79,65,2). Sum of RGB (Red+Green+Blue) = 79+65+2=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4102 is #B0BEFD. Grayscale: #3E3E3E. Windows color (decimal): -11583230 or 147791. OLE color: 147791.
HSL color Cylindrical-coordinate representation of color #4F4102: hue angle of 49.09º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F4102 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 2 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.69 |
| HSL | 49.09º | 0.95% | 0.16% | - |
| HSV(B) | 49.09º | 0.97% | 0.31% | - |
| XYZ | 5.13 | 5.45 | 0.84 | - |
| YUV | 62 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 2 | 0 | 0.18 | 0.97 | 0.69 | 49.09 | 0.95 | 0.16 |
| Hex | 4F | 41 | 2 | 0 | 12 | 61 | 45 | 31 | 5F | 10 |
| Octal | 117 | 101 | 2 | 0 | 22 | 141 | 105 | 61 | 137 | 20 |
| Binary | 1001111 | 1000001 | 10 | 0 | 10010 | 1100001 | 1000101 | 110001 | 1011111 | 10000 |
Color Harmonies of #4F4102
Complementary color
Monochromatic Colors of #4F4102
Black with #4F4102
Text Example
Text Example
White with #4F4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4102; }
p { color: rgb(79,65,2); }
H1.HeaderClassName
{
color: #4F4102;
}
.AnyTagClassName
{
color: #4F4102;
}
</style>
background-color css
<style>
a { background-color: #4F4102; }
a { background-color: rgb(79,65,2); }
div.DivClassName
{
background-color: #4F4102;
}
.BgClassName
{
background-color: #4F4102;
}
</style>
border-color css
<style>
span { border-color: #4F4102; }
span { border-color: rgb(79,65,2); }
td.TdClassName
{
border-color: #4F4102;
}
.TagClassName
{
border-color: #4F4102;
}
</style>