Shades of Madras #4F4017
Tints of Madras #4F4017
RGB
CMYK
RGB Variations
Color information
#4F4017 (or 0x4F4017) is known color: Madras. HEX triplet: 4F, 40 and 17. RGB value is (79,64,23). Sum of RGB (Red+Green+Blue) = 79+64+23=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4017 is #B0BFE8. Grayscale: #3F3F3F. Windows color (decimal): -11583465 or 1523791. OLE color: 1523791.
HSL color Cylindrical-coordinate representation of color #4F4017: hue angle of 43.93º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F4017 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 23 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.69 |
| HSL | 43.93º | 0.55% | 0.2% | - |
| HSV(B) | 43.93º | 0.71% | 0.31% | - |
| XYZ | 5.21 | 5.39 | 1.58 | - |
| YUV | 63.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 23 | 0 | 0.19 | 0.71 | 0.69 | 43.93 | 0.55 | 0.2 |
| Hex | 4F | 40 | 17 | 0 | 13 | 47 | 45 | 2C | 37 | 14 |
| Octal | 117 | 100 | 27 | 0 | 23 | 107 | 105 | 54 | 67 | 24 |
| Binary | 1001111 | 1000000 | 10111 | 0 | 10011 | 1000111 | 1000101 | 101100 | 110111 | 10100 |
Color Harmonies of #4F4017
Complementary color
Monochromatic Colors of #4F4017
Black with #4F4017
Text Example
Text Example
White with #4F4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4017; }
p { color: rgb(79,64,23); }
H1.HeaderClassName
{
color: #4F4017;
}
.AnyTagClassName
{
color: #4F4017;
}
</style>
background-color css
<style>
a { background-color: #4F4017; }
a { background-color: rgb(79,64,23); }
div.DivClassName
{
background-color: #4F4017;
}
.BgClassName
{
background-color: #4F4017;
}
</style>
border-color css
<style>
span { border-color: #4F4017; }
span { border-color: rgb(79,64,23); }
td.TdClassName
{
border-color: #4F4017;
}
.TagClassName
{
border-color: #4F4017;
}
</style>