Shades of Madras #4F3A10
Tints of Madras #4F3A10
RGB
CMYK
RGB Variations
Color information
#4F3A10 (or 0x4F3A10) is known color: Madras. HEX triplet: 4F, 3A and 10. RGB value is (79,58,16). Sum of RGB (Red+Green+Blue) = 79+58+16=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3A10 is #B0C5EF. Grayscale: #3B3B3B. Windows color (decimal): -11585008 or 1063503. OLE color: 1063503.
HSL color Cylindrical-coordinate representation of color #4F3A10: hue angle of 40º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F3A10 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 16 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.69 |
| HSL | 40º | 0.66% | 0.19% | - |
| HSV(B) | 40º | 0.8% | 0.31% | - |
| XYZ | 4.83 | 4.73 | 1.15 | - |
| YUV | 59.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 16 | 0 | 0.27 | 0.80 | 0.69 | 40 | 0.66 | 0.19 |
| Hex | 4F | 3A | 10 | 0 | 1B | 50 | 45 | 28 | 42 | 13 |
| Octal | 117 | 72 | 20 | 0 | 33 | 120 | 105 | 50 | 102 | 23 |
| Binary | 1001111 | 111010 | 10000 | 0 | 11011 | 1010000 | 1000101 | 101000 | 1000010 | 10011 |
Color Harmonies of #4F3A10
Complementary color
Monochromatic Colors of #4F3A10
Black with #4F3A10
Text Example
Text Example
White with #4F3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A10; }
p { color: rgb(79,58,16); }
H1.HeaderClassName
{
color: #4F3A10;
}
.AnyTagClassName
{
color: #4F3A10;
}
</style>
background-color css
<style>
a { background-color: #4F3A10; }
a { background-color: rgb(79,58,16); }
div.DivClassName
{
background-color: #4F3A10;
}
.BgClassName
{
background-color: #4F3A10;
}
</style>
border-color css
<style>
span { border-color: #4F3A10; }
span { border-color: rgb(79,58,16); }
td.TdClassName
{
border-color: #4F3A10;
}
.TagClassName
{
border-color: #4F3A10;
}
</style>