Shades of Madras #4D3A12
Tints of Madras #4D3A12
RGB
CMYK
RGB Variations
Color information
#4D3A12 (or 0x4D3A12) is known color: Madras. HEX triplet: 4D, 3A and 12. RGB value is (77,58,18). Sum of RGB (Red+Green+Blue) = 77+58+18=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3A12 is #B2C5ED. Grayscale: #3B3B3B. Windows color (decimal): -11716078 or 1194573. OLE color: 1194573.
HSL color Cylindrical-coordinate representation of color #4D3A12: hue angle of 40.68º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D3A12 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 18 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.70 |
| HSL | 40.68º | 0.62% | 0.19% | - |
| HSV(B) | 40.68º | 0.77% | 0.3% | - |
| XYZ | 4.68 | 4.65 | 1.22 | - |
| YUV | 59.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 18 | 0 | 0.25 | 0.77 | 0.70 | 40.68 | 0.62 | 0.19 |
| Hex | 4D | 3A | 12 | 0 | 19 | 4D | 46 | 29 | 3E | 13 |
| Octal | 115 | 72 | 22 | 0 | 31 | 115 | 106 | 51 | 76 | 23 |
| Binary | 1001101 | 111010 | 10010 | 0 | 11001 | 1001101 | 1000110 | 101001 | 111110 | 10011 |
Color Harmonies of #4D3A12
Complementary color
Monochromatic Colors of #4D3A12
Black with #4D3A12
Text Example
Text Example
White with #4D3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A12; }
p { color: rgb(77,58,18); }
H1.HeaderClassName
{
color: #4D3A12;
}
.AnyTagClassName
{
color: #4D3A12;
}
</style>
background-color css
<style>
a { background-color: #4D3A12; }
a { background-color: rgb(77,58,18); }
div.DivClassName
{
background-color: #4D3A12;
}
.BgClassName
{
background-color: #4D3A12;
}
</style>
border-color css
<style>
span { border-color: #4D3A12; }
span { border-color: rgb(77,58,18); }
td.TdClassName
{
border-color: #4D3A12;
}
.TagClassName
{
border-color: #4D3A12;
}
</style>