Shades of Madras #4D3F23
Tints of Madras #4D3F23
RGB
CMYK
RGB Variations
Color information
#4D3F23 (or 0x4D3F23) is known color: Madras. HEX triplet: 4D, 3F and 23. RGB value is (77,63,35). Sum of RGB (Red+Green+Blue) = 77+63+35=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3F23 is #B2C0DC. Grayscale: #404040. Windows color (decimal): -11714781 or 2309965. OLE color: 2309965.
HSL color Cylindrical-coordinate representation of color #4D3F23: hue angle of 40º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D3F23 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 63 | 35 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.70 |
| HSL | 40º | 0.38% | 0.22% | - |
| HSV(B) | 40º | 0.55% | 0.3% | - |
| XYZ | 5.14 | 5.25 | 2.33 | - |
| YUV | 63.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 35 | 0 | 0.18 | 0.55 | 0.70 | 40 | 0.38 | 0.22 |
| Hex | 4D | 3F | 23 | 0 | 12 | 37 | 46 | 28 | 26 | 16 |
| Octal | 115 | 77 | 43 | 0 | 22 | 67 | 106 | 50 | 46 | 26 |
| Binary | 1001101 | 111111 | 100011 | 0 | 10010 | 110111 | 1000110 | 101000 | 100110 | 10110 |
Color Harmonies of #4D3F23
Complementary color
Monochromatic Colors of #4D3F23
Black with #4D3F23
Text Example
Text Example
White with #4D3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F23; }
p { color: rgb(77,63,35); }
H1.HeaderClassName
{
color: #4D3F23;
}
.AnyTagClassName
{
color: #4D3F23;
}
</style>
background-color css
<style>
a { background-color: #4D3F23; }
a { background-color: rgb(77,63,35); }
div.DivClassName
{
background-color: #4D3F23;
}
.BgClassName
{
background-color: #4D3F23;
}
</style>
border-color css
<style>
span { border-color: #4D3F23; }
span { border-color: rgb(77,63,35); }
td.TdClassName
{
border-color: #4D3F23;
}
.TagClassName
{
border-color: #4D3F23;
}
</style>