Shades of Madras #4C430A
Tints of Madras #4C430A
RGB
CMYK
RGB Variations
Color information
#4C430A (or 0x4C430A) is known color: Madras. HEX triplet: 4C, 43 and 0A. RGB value is (76,67,10). Sum of RGB (Red+Green+Blue) = 76+67+10=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C430A is #B3BCF5. Grayscale: #3F3F3F. Windows color (decimal): -11779318 or 672588. OLE color: 672588.
HSL color Cylindrical-coordinate representation of color #4C430A: hue angle of 51.82º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C430A is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 10 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.70 |
| HSL | 51.82º | 0.77% | 0.17% | - |
| HSV(B) | 51.82º | 0.87% | 0.3% | - |
| XYZ | 5.04 | 5.57 | 1.1 | - |
| YUV | 63.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 10 | 0 | 0.12 | 0.87 | 0.70 | 51.82 | 0.77 | 0.17 |
| Hex | 4C | 43 | A | 0 | C | 57 | 46 | 34 | 4D | 11 |
| Octal | 114 | 103 | 12 | 0 | 14 | 127 | 106 | 64 | 115 | 21 |
| Binary | 1001100 | 1000011 | 1010 | 0 | 1100 | 1010111 | 1000110 | 110100 | 1001101 | 10001 |
Color Harmonies of #4C430A
Complementary color
Monochromatic Colors of #4C430A
Black with #4C430A
Text Example
Text Example
White with #4C430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C430A; }
p { color: rgb(76,67,10); }
H1.HeaderClassName
{
color: #4C430A;
}
.AnyTagClassName
{
color: #4C430A;
}
</style>
background-color css
<style>
a { background-color: #4C430A; }
a { background-color: rgb(76,67,10); }
div.DivClassName
{
background-color: #4C430A;
}
.BgClassName
{
background-color: #4C430A;
}
</style>
border-color css
<style>
span { border-color: #4C430A; }
span { border-color: rgb(76,67,10); }
td.TdClassName
{
border-color: #4C430A;
}
.TagClassName
{
border-color: #4C430A;
}
</style>