Shades of Madras #4D461F
Tints of Madras #4D461F
RGB
CMYK
RGB Variations
Color information
#4D461F (or 0x4D461F) is known color: Madras. HEX triplet: 4D, 46 and 1F. RGB value is (77,70,31). Sum of RGB (Red+Green+Blue) = 77+70+31=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D461F is #B2B9E0. Grayscale: #434343. Windows color (decimal): -11712993 or 2049613. OLE color: 2049613.
HSL color Cylindrical-coordinate representation of color #4D461F: hue angle of 50.87º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D461F is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 31 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.70 |
| HSL | 50.87º | 0.43% | 0.21% | - |
| HSV(B) | 50.87º | 0.6% | 0.3% | - |
| XYZ | 5.5 | 6.06 | 2.18 | - |
| YUV | 67.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 31 | 0 | 0.09 | 0.60 | 0.70 | 50.87 | 0.43 | 0.21 |
| Hex | 4D | 46 | 1F | 0 | 9 | 3C | 46 | 33 | 2B | 15 |
| Octal | 115 | 106 | 37 | 0 | 11 | 74 | 106 | 63 | 53 | 25 |
| Binary | 1001101 | 1000110 | 11111 | 0 | 1001 | 111100 | 1000110 | 110011 | 101011 | 10101 |
Color Harmonies of #4D461F
Complementary color
Monochromatic Colors of #4D461F
Black with #4D461F
Text Example
Text Example
White with #4D461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D461F; }
p { color: rgb(77,70,31); }
H1.HeaderClassName
{
color: #4D461F;
}
.AnyTagClassName
{
color: #4D461F;
}
</style>
background-color css
<style>
a { background-color: #4D461F; }
a { background-color: rgb(77,70,31); }
div.DivClassName
{
background-color: #4D461F;
}
.BgClassName
{
background-color: #4D461F;
}
</style>
border-color css
<style>
span { border-color: #4D461F; }
span { border-color: rgb(77,70,31); }
td.TdClassName
{
border-color: #4D461F;
}
.TagClassName
{
border-color: #4D461F;
}
</style>