Shades of Madras #4D450F
Tints of Madras #4D450F
RGB
CMYK
RGB Variations
Color information
#4D450F (or 0x4D450F) is known color: Madras. HEX triplet: 4D, 45 and 0F. RGB value is (77,69,15). Sum of RGB (Red+Green+Blue) = 77+69+15=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D450F is #B2BAF0. Grayscale: #414141. Windows color (decimal): -11713265 or 1000781. OLE color: 1000781.
HSL color Cylindrical-coordinate representation of color #4D450F: hue angle of 52.26º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D450F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 15 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.70 |
| HSL | 52.26º | 0.67% | 0.18% | - |
| HSV(B) | 52.26º | 0.81% | 0.3% | - |
| XYZ | 5.27 | 5.87 | 1.31 | - |
| YUV | 65.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 15 | 0 | 0.10 | 0.81 | 0.70 | 52.26 | 0.67 | 0.18 |
| Hex | 4D | 45 | F | 0 | A | 51 | 46 | 34 | 43 | 12 |
| Octal | 115 | 105 | 17 | 0 | 12 | 121 | 106 | 64 | 103 | 22 |
| Binary | 1001101 | 1000101 | 1111 | 0 | 1010 | 1010001 | 1000110 | 110100 | 1000011 | 10010 |
Color Harmonies of #4D450F
Complementary color
Monochromatic Colors of #4D450F
Black with #4D450F
Text Example
Text Example
White with #4D450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D450F; }
p { color: rgb(77,69,15); }
H1.HeaderClassName
{
color: #4D450F;
}
.AnyTagClassName
{
color: #4D450F;
}
</style>
background-color css
<style>
a { background-color: #4D450F; }
a { background-color: rgb(77,69,15); }
div.DivClassName
{
background-color: #4D450F;
}
.BgClassName
{
background-color: #4D450F;
}
</style>
border-color css
<style>
span { border-color: #4D450F; }
span { border-color: rgb(77,69,15); }
td.TdClassName
{
border-color: #4D450F;
}
.TagClassName
{
border-color: #4D450F;
}
</style>