Shades of Madras #4C4325
Tints of Madras #4C4325
RGB
CMYK
RGB Variations
Color information
#4C4325 (or 0x4C4325) is known color: Madras. HEX triplet: 4C, 43 and 25. RGB value is (76,67,37). Sum of RGB (Red+Green+Blue) = 76+67+37=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4325 is #B3BCDA. Grayscale: #424242. Windows color (decimal): -11779291 or 2442060. OLE color: 2442060.
HSL color Cylindrical-coordinate representation of color #4C4325: hue angle of 46.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C4325 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 37 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.70 |
| HSL | 46.15º | 0.35% | 0.22% | - |
| HSV(B) | 46.15º | 0.51% | 0.3% | - |
| XYZ | 5.32 | 5.68 | 2.57 | - |
| YUV | 66.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 37 | 0 | 0.12 | 0.51 | 0.70 | 46.15 | 0.35 | 0.22 |
| Hex | 4C | 43 | 25 | 0 | C | 33 | 46 | 2E | 23 | 16 |
| Octal | 114 | 103 | 45 | 0 | 14 | 63 | 106 | 56 | 43 | 26 |
| Binary | 1001100 | 1000011 | 100101 | 0 | 1100 | 110011 | 1000110 | 101110 | 100011 | 10110 |
Color Harmonies of #4C4325
Complementary color
Monochromatic Colors of #4C4325
Black with #4C4325
Text Example
Text Example
White with #4C4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4325; }
p { color: rgb(76,67,37); }
H1.HeaderClassName
{
color: #4C4325;
}
.AnyTagClassName
{
color: #4C4325;
}
</style>
background-color css
<style>
a { background-color: #4C4325; }
a { background-color: rgb(76,67,37); }
div.DivClassName
{
background-color: #4C4325;
}
.BgClassName
{
background-color: #4C4325;
}
</style>
border-color css
<style>
span { border-color: #4C4325; }
span { border-color: rgb(76,67,37); }
td.TdClassName
{
border-color: #4C4325;
}
.TagClassName
{
border-color: #4C4325;
}
</style>