Shades of Madras #4F431F
Tints of Madras #4F431F
RGB
CMYK
RGB Variations
Color information
#4F431F (or 0x4F431F) is known color: Madras. HEX triplet: 4F, 43 and 1F. RGB value is (79,67,31). Sum of RGB (Red+Green+Blue) = 79+67+31=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F431F is #B0BCE0. Grayscale: #424242. Windows color (decimal): -11582689 or 2048847. OLE color: 2048847.
HSL color Cylindrical-coordinate representation of color #4F431F: hue angle of 45º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F431F is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 31 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.69 |
| HSL | 45º | 0.44% | 0.22% | - |
| HSV(B) | 45º | 0.61% | 0.31% | - |
| XYZ | 5.48 | 5.78 | 2.12 | - |
| YUV | 66.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 31 | 0 | 0.15 | 0.61 | 0.69 | 45 | 0.44 | 0.22 |
| Hex | 4F | 43 | 1F | 0 | F | 3D | 45 | 2D | 2C | 16 |
| Octal | 117 | 103 | 37 | 0 | 17 | 75 | 105 | 55 | 54 | 26 |
| Binary | 1001111 | 1000011 | 11111 | 0 | 1111 | 111101 | 1000101 | 101101 | 101100 | 10110 |
Color Harmonies of #4F431F
Complementary color
Monochromatic Colors of #4F431F
Black with #4F431F
Text Example
Text Example
White with #4F431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F431F; }
p { color: rgb(79,67,31); }
H1.HeaderClassName
{
color: #4F431F;
}
.AnyTagClassName
{
color: #4F431F;
}
</style>
background-color css
<style>
a { background-color: #4F431F; }
a { background-color: rgb(79,67,31); }
div.DivClassName
{
background-color: #4F431F;
}
.BgClassName
{
background-color: #4F431F;
}
</style>
border-color css
<style>
span { border-color: #4F431F; }
span { border-color: rgb(79,67,31); }
td.TdClassName
{
border-color: #4F431F;
}
.TagClassName
{
border-color: #4F431F;
}
</style>