Shades of Madras #4C4322
Tints of Madras #4C4322
RGB
CMYK
RGB Variations
Color information
#4C4322 (or 0x4C4322) is known color: Madras. HEX triplet: 4C, 43 and 22. RGB value is (76,67,34). Sum of RGB (Red+Green+Blue) = 76+67+34=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4322 is #B3BCDD. Grayscale: #424242. Windows color (decimal): -11779294 or 2245452. OLE color: 2245452.
HSL color Cylindrical-coordinate representation of color #4C4322: hue angle of 47.14º 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 #4C4322 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 34 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.70 |
| HSL | 47.14º | 0.38% | 0.22% | - |
| HSV(B) | 47.14º | 0.55% | 0.3% | - |
| XYZ | 5.28 | 5.67 | 2.33 | - |
| YUV | 65.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 34 | 0 | 0.12 | 0.55 | 0.70 | 47.14 | 0.38 | 0.22 |
| Hex | 4C | 43 | 22 | 0 | C | 37 | 46 | 2F | 26 | 16 |
| Octal | 114 | 103 | 42 | 0 | 14 | 67 | 106 | 57 | 46 | 26 |
| Binary | 1001100 | 1000011 | 100010 | 0 | 1100 | 110111 | 1000110 | 101111 | 100110 | 10110 |
Color Harmonies of #4C4322
Complementary color
Monochromatic Colors of #4C4322
Black with #4C4322
Text Example
Text Example
White with #4C4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4322; }
p { color: rgb(76,67,34); }
H1.HeaderClassName
{
color: #4C4322;
}
.AnyTagClassName
{
color: #4C4322;
}
</style>
background-color css
<style>
a { background-color: #4C4322; }
a { background-color: rgb(76,67,34); }
div.DivClassName
{
background-color: #4C4322;
}
.BgClassName
{
background-color: #4C4322;
}
</style>
border-color css
<style>
span { border-color: #4C4322; }
span { border-color: rgb(76,67,34); }
td.TdClassName
{
border-color: #4C4322;
}
.TagClassName
{
border-color: #4C4322;
}
</style>