Shades of Madras #4C4202
Tints of Madras #4C4202
RGB
CMYK
RGB Variations
Color information
#4C4202 (or 0x4C4202) is known color: Madras. HEX triplet: 4C, 42 and 02. RGB value is (76,66,2). Sum of RGB (Red+Green+Blue) = 76+66+2=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4202 is #B3BDFD. Grayscale: #3D3D3D. Windows color (decimal): -11779582 or 148044. OLE color: 148044.
HSL color Cylindrical-coordinate representation of color #4C4202: hue angle of 51.89º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C4202 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 2 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.70 |
| HSL | 51.89º | 0.95% | 0.15% | - |
| HSV(B) | 51.89º | 0.97% | 0.3% | - |
| XYZ | 4.94 | 5.44 | 0.85 | - |
| YUV | 61.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 2 | 0 | 0.13 | 0.97 | 0.70 | 51.89 | 0.95 | 0.15 |
| Hex | 4C | 42 | 2 | 0 | D | 61 | 46 | 34 | 5F | F |
| Octal | 114 | 102 | 2 | 0 | 15 | 141 | 106 | 64 | 137 | 17 |
| Binary | 1001100 | 1000010 | 10 | 0 | 1101 | 1100001 | 1000110 | 110100 | 1011111 | 1111 |
Color Harmonies of #4C4202
Complementary color
Monochromatic Colors of #4C4202
Black with #4C4202
Text Example
Text Example
White with #4C4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4202; }
p { color: rgb(76,66,2); }
H1.HeaderClassName
{
color: #4C4202;
}
.AnyTagClassName
{
color: #4C4202;
}
</style>
background-color css
<style>
a { background-color: #4C4202; }
a { background-color: rgb(76,66,2); }
div.DivClassName
{
background-color: #4C4202;
}
.BgClassName
{
background-color: #4C4202;
}
</style>
border-color css
<style>
span { border-color: #4C4202; }
span { border-color: rgb(76,66,2); }
td.TdClassName
{
border-color: #4C4202;
}
.TagClassName
{
border-color: #4C4202;
}
</style>