Shades of Madras #4C3A0E
Tints of Madras #4C3A0E
RGB
CMYK
RGB Variations
Color information
#4C3A0E (or 0x4C3A0E) is known color: Madras. HEX triplet: 4C, 3A and 0E. RGB value is (76,58,14). Sum of RGB (Red+Green+Blue) = 76+58+14=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3A0E is #B3C5F1. Grayscale: #3A3A3A. Windows color (decimal): -11781618 or 932428. OLE color: 932428.
HSL color Cylindrical-coordinate representation of color #4C3A0E: hue angle of 42.58º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C3A0E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 58 | 14 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.70 |
| HSL | 42.58º | 0.69% | 0.18% | - |
| HSV(B) | 42.58º | 0.82% | 0.3% | - |
| XYZ | 4.57 | 4.59 | 1.06 | - |
| YUV | 58.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 14 | 0 | 0.24 | 0.82 | 0.70 | 42.58 | 0.69 | 0.18 |
| Hex | 4C | 3A | E | 0 | 18 | 52 | 46 | 2B | 45 | 12 |
| Octal | 114 | 72 | 16 | 0 | 30 | 122 | 106 | 53 | 105 | 22 |
| Binary | 1001100 | 111010 | 1110 | 0 | 11000 | 1010010 | 1000110 | 101011 | 1000101 | 10010 |
Color Harmonies of #4C3A0E
Complementary color
Monochromatic Colors of #4C3A0E
Black with #4C3A0E
Text Example
Text Example
White with #4C3A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A0E; }
p { color: rgb(76,58,14); }
H1.HeaderClassName
{
color: #4C3A0E;
}
.AnyTagClassName
{
color: #4C3A0E;
}
</style>
background-color css
<style>
a { background-color: #4C3A0E; }
a { background-color: rgb(76,58,14); }
div.DivClassName
{
background-color: #4C3A0E;
}
.BgClassName
{
background-color: #4C3A0E;
}
</style>
border-color css
<style>
span { border-color: #4C3A0E; }
span { border-color: rgb(76,58,14); }
td.TdClassName
{
border-color: #4C3A0E;
}
.TagClassName
{
border-color: #4C3A0E;
}
</style>