Shades of Madras #4C4405
Tints of Madras #4C4405
RGB
CMYK
RGB Variations
Color information
#4C4405 (or 0x4C4405) is known color: Madras. HEX triplet: 4C, 44 and 05. RGB value is (76,68,5). Sum of RGB (Red+Green+Blue) = 76+68+5=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4405 is #B3BBFA. Grayscale: #3F3F3F. Windows color (decimal): -11779067 or 345164. OLE color: 345164.
HSL color Cylindrical-coordinate representation of color #4C4405: hue angle of 53.24º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C4405 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 5 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.70 |
| HSL | 53.24º | 0.88% | 0.16% | - |
| HSV(B) | 53.24º | 0.93% | 0.3% | - |
| XYZ | 5.08 | 5.68 | 0.97 | - |
| YUV | 63.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 5 | 0 | 0.11 | 0.93 | 0.70 | 53.24 | 0.88 | 0.16 |
| Hex | 4C | 44 | 5 | 0 | B | 5D | 46 | 35 | 58 | 10 |
| Octal | 114 | 104 | 5 | 0 | 13 | 135 | 106 | 65 | 130 | 20 |
| Binary | 1001100 | 1000100 | 101 | 0 | 1011 | 1011101 | 1000110 | 110101 | 1011000 | 10000 |
Color Harmonies of #4C4405
Complementary color
Monochromatic Colors of #4C4405
Black with #4C4405
Text Example
Text Example
White with #4C4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4405; }
p { color: rgb(76,68,5); }
H1.HeaderClassName
{
color: #4C4405;
}
.AnyTagClassName
{
color: #4C4405;
}
</style>
background-color css
<style>
a { background-color: #4C4405; }
a { background-color: rgb(76,68,5); }
div.DivClassName
{
background-color: #4C4405;
}
.BgClassName
{
background-color: #4C4405;
}
</style>
border-color css
<style>
span { border-color: #4C4405; }
span { border-color: rgb(76,68,5); }
td.TdClassName
{
border-color: #4C4405;
}
.TagClassName
{
border-color: #4C4405;
}
</style>