Shades of Madras #4F3F1F
Tints of Madras #4F3F1F
RGB
CMYK
RGB Variations
Color information
#4F3F1F (or 0x4F3F1F) is known color: Madras. HEX triplet: 4F, 3F and 1F. RGB value is (79,63,31). Sum of RGB (Red+Green+Blue) = 79+63+31=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F1F is #B0C0E0. Grayscale: #404040. Windows color (decimal): -11583713 or 2047823. OLE color: 2047823.
HSL color Cylindrical-coordinate representation of color #4F3F1F: hue angle of 40º 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 #4F3F1F is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 63 | 31 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.69 |
| HSL | 40º | 0.44% | 0.22% | - |
| HSV(B) | 40º | 0.61% | 0.31% | - |
| XYZ | 5.25 | 5.32 | 2.05 | - |
| YUV | 64.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 31 | 0 | 0.20 | 0.61 | 0.69 | 40 | 0.44 | 0.22 |
| Hex | 4F | 3F | 1F | 0 | 14 | 3D | 45 | 28 | 2C | 16 |
| Octal | 117 | 77 | 37 | 0 | 24 | 75 | 105 | 50 | 54 | 26 |
| Binary | 1001111 | 111111 | 11111 | 0 | 10100 | 111101 | 1000101 | 101000 | 101100 | 10110 |
Color Harmonies of #4F3F1F
Complementary color
Monochromatic Colors of #4F3F1F
Black with #4F3F1F
Text Example
Text Example
White with #4F3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F1F; }
p { color: rgb(79,63,31); }
H1.HeaderClassName
{
color: #4F3F1F;
}
.AnyTagClassName
{
color: #4F3F1F;
}
</style>
background-color css
<style>
a { background-color: #4F3F1F; }
a { background-color: rgb(79,63,31); }
div.DivClassName
{
background-color: #4F3F1F;
}
.BgClassName
{
background-color: #4F3F1F;
}
</style>
border-color css
<style>
span { border-color: #4F3F1F; }
span { border-color: rgb(79,63,31); }
td.TdClassName
{
border-color: #4F3F1F;
}
.TagClassName
{
border-color: #4F3F1F;
}
</style>