Shades of Madras #4F3E17
Tints of Madras #4F3E17
RGB
CMYK
RGB Variations
Color information
#4F3E17 (or 0x4F3E17) is known color: Madras. HEX triplet: 4F, 3E and 17. RGB value is (79,62,23). Sum of RGB (Red+Green+Blue) = 79+62+23=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3E17 is #B0C1E8. Grayscale: #3E3E3E. Windows color (decimal): -11583977 or 1523279. OLE color: 1523279.
HSL color Cylindrical-coordinate representation of color #4F3E17: hue angle of 41.79º 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 #4F3E17 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 62 | 23 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.69 |
| HSL | 41.79º | 0.55% | 0.2% | - |
| HSV(B) | 41.79º | 0.71% | 0.31% | - |
| XYZ | 5.1 | 5.17 | 1.54 | - |
| YUV | 62.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 23 | 0 | 0.22 | 0.71 | 0.69 | 41.79 | 0.55 | 0.2 |
| Hex | 4F | 3E | 17 | 0 | 16 | 47 | 45 | 2A | 37 | 14 |
| Octal | 117 | 76 | 27 | 0 | 26 | 107 | 105 | 52 | 67 | 24 |
| Binary | 1001111 | 111110 | 10111 | 0 | 10110 | 1000111 | 1000101 | 101010 | 110111 | 10100 |
Color Harmonies of #4F3E17
Complementary color
Monochromatic Colors of #4F3E17
Black with #4F3E17
Text Example
Text Example
White with #4F3E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E17; }
p { color: rgb(79,62,23); }
H1.HeaderClassName
{
color: #4F3E17;
}
.AnyTagClassName
{
color: #4F3E17;
}
</style>
background-color css
<style>
a { background-color: #4F3E17; }
a { background-color: rgb(79,62,23); }
div.DivClassName
{
background-color: #4F3E17;
}
.BgClassName
{
background-color: #4F3E17;
}
</style>
border-color css
<style>
span { border-color: #4F3E17; }
span { border-color: rgb(79,62,23); }
td.TdClassName
{
border-color: #4F3E17;
}
.TagClassName
{
border-color: #4F3E17;
}
</style>