Shades of Madras #4C4122
Tints of Madras #4C4122
RGB
CMYK
RGB Variations
Color information
#4C4122 (or 0x4C4122) is known color: Madras. HEX triplet: 4C, 41 and 22. RGB value is (76,65,34). Sum of RGB (Red+Green+Blue) = 76+65+34=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4122 is #B3BEDD. Grayscale: #404040. Windows color (decimal): -11779806 or 2244940. OLE color: 2244940.
HSL color Cylindrical-coordinate representation of color #4C4122: hue angle of 44.29º 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 #4C4122 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 34 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.70 |
| HSL | 44.29º | 0.38% | 0.22% | - |
| HSV(B) | 44.29º | 0.55% | 0.3% | - |
| XYZ | 5.16 | 5.43 | 2.29 | - |
| YUV | 64.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 34 | 0 | 0.14 | 0.55 | 0.70 | 44.29 | 0.38 | 0.22 |
| Hex | 4C | 41 | 22 | 0 | E | 37 | 46 | 2C | 26 | 16 |
| Octal | 114 | 101 | 42 | 0 | 16 | 67 | 106 | 54 | 46 | 26 |
| Binary | 1001100 | 1000001 | 100010 | 0 | 1110 | 110111 | 1000110 | 101100 | 100110 | 10110 |
Color Harmonies of #4C4122
Complementary color
Monochromatic Colors of #4C4122
Black with #4C4122
Text Example
Text Example
White with #4C4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4122; }
p { color: rgb(76,65,34); }
H1.HeaderClassName
{
color: #4C4122;
}
.AnyTagClassName
{
color: #4C4122;
}
</style>
background-color css
<style>
a { background-color: #4C4122; }
a { background-color: rgb(76,65,34); }
div.DivClassName
{
background-color: #4C4122;
}
.BgClassName
{
background-color: #4C4122;
}
</style>
border-color css
<style>
span { border-color: #4C4122; }
span { border-color: rgb(76,65,34); }
td.TdClassName
{
border-color: #4C4122;
}
.TagClassName
{
border-color: #4C4122;
}
</style>