Shades of Madras #4C420B
Tints of Madras #4C420B
RGB
CMYK
RGB Variations
Color information
#4C420B (or 0x4C420B) is known color: Madras. HEX triplet: 4C, 42 and 0B. RGB value is (76,66,11). Sum of RGB (Red+Green+Blue) = 76+66+11=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C420B is #B3BDF4. Grayscale: #3E3E3E. Windows color (decimal): -11779573 or 737868. OLE color: 737868.
HSL color Cylindrical-coordinate representation of color #4C420B: hue angle of 50.77º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C420B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 11 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.70 |
| HSL | 50.77º | 0.75% | 0.17% | - |
| HSV(B) | 50.77º | 0.86% | 0.3% | - |
| XYZ | 4.99 | 5.46 | 1.11 | - |
| YUV | 62.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 11 | 0 | 0.13 | 0.86 | 0.70 | 50.77 | 0.75 | 0.17 |
| Hex | 4C | 42 | B | 0 | D | 56 | 46 | 33 | 4B | 11 |
| Octal | 114 | 102 | 13 | 0 | 15 | 126 | 106 | 63 | 113 | 21 |
| Binary | 1001100 | 1000010 | 1011 | 0 | 1101 | 1010110 | 1000110 | 110011 | 1001011 | 10001 |
Color Harmonies of #4C420B
Complementary color
Monochromatic Colors of #4C420B
Black with #4C420B
Text Example
Text Example
White with #4C420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C420B; }
p { color: rgb(76,66,11); }
H1.HeaderClassName
{
color: #4C420B;
}
.AnyTagClassName
{
color: #4C420B;
}
</style>
background-color css
<style>
a { background-color: #4C420B; }
a { background-color: rgb(76,66,11); }
div.DivClassName
{
background-color: #4C420B;
}
.BgClassName
{
background-color: #4C420B;
}
</style>
border-color css
<style>
span { border-color: #4C420B; }
span { border-color: rgb(76,66,11); }
td.TdClassName
{
border-color: #4C420B;
}
.TagClassName
{
border-color: #4C420B;
}
</style>