Shades of Madras #4F4316
Tints of Madras #4F4316
RGB
CMYK
RGB Variations
Color information
#4F4316 (or 0x4F4316) is known color: Madras. HEX triplet: 4F, 43 and 16. RGB value is (79,67,22). Sum of RGB (Red+Green+Blue) = 79+67+22=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4316 is #B0BCE9. Grayscale: #414141. Windows color (decimal): -11582698 or 1459023. OLE color: 1459023.
HSL color Cylindrical-coordinate representation of color #4F4316: hue angle of 47.37º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F4316 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 22 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.69 |
| HSL | 47.37º | 0.56% | 0.2% | - |
| HSV(B) | 47.37º | 0.72% | 0.31% | - |
| XYZ | 5.38 | 5.73 | 1.58 | - |
| YUV | 65.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 22 | 0 | 0.15 | 0.72 | 0.69 | 47.37 | 0.56 | 0.2 |
| Hex | 4F | 43 | 16 | 0 | F | 48 | 45 | 2F | 38 | 14 |
| Octal | 117 | 103 | 26 | 0 | 17 | 110 | 105 | 57 | 70 | 24 |
| Binary | 1001111 | 1000011 | 10110 | 0 | 1111 | 1001000 | 1000101 | 101111 | 111000 | 10100 |
Color Harmonies of #4F4316
Complementary color
Monochromatic Colors of #4F4316
Black with #4F4316
Text Example
Text Example
White with #4F4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4316; }
p { color: rgb(79,67,22); }
H1.HeaderClassName
{
color: #4F4316;
}
.AnyTagClassName
{
color: #4F4316;
}
</style>
background-color css
<style>
a { background-color: #4F4316; }
a { background-color: rgb(79,67,22); }
div.DivClassName
{
background-color: #4F4316;
}
.BgClassName
{
background-color: #4F4316;
}
</style>
border-color css
<style>
span { border-color: #4F4316; }
span { border-color: rgb(79,67,22); }
td.TdClassName
{
border-color: #4F4316;
}
.TagClassName
{
border-color: #4F4316;
}
</style>