Shades of Madras #4C3E1A
Tints of Madras #4C3E1A
RGB
CMYK
RGB Variations
Color information
#4C3E1A (or 0x4C3E1A) is known color: Madras. HEX triplet: 4C, 3E and 1A. RGB value is (76,62,26). Sum of RGB (Red+Green+Blue) = 76+62+26=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E1A is #B3C1E5. Grayscale: #3E3E3E. Windows color (decimal): -11780582 or 1719884. OLE color: 1719884.
HSL color Cylindrical-coordinate representation of color #4C3E1A: hue angle of 43.2º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C3E1A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 62 | 26 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.70 |
| HSL | 43.2º | 0.49% | 0.2% | - |
| HSV(B) | 43.2º | 0.66% | 0.3% | - |
| XYZ | 4.89 | 5.06 | 1.7 | - |
| YUV | 62.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 26 | 0 | 0.18 | 0.66 | 0.70 | 43.2 | 0.49 | 0.2 |
| Hex | 4C | 3E | 1A | 0 | 12 | 42 | 46 | 2B | 31 | 14 |
| Octal | 114 | 76 | 32 | 0 | 22 | 102 | 106 | 53 | 61 | 24 |
| Binary | 1001100 | 111110 | 11010 | 0 | 10010 | 1000010 | 1000110 | 101011 | 110001 | 10100 |
Color Harmonies of #4C3E1A
Complementary color
Monochromatic Colors of #4C3E1A
Black with #4C3E1A
Text Example
Text Example
White with #4C3E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E1A; }
p { color: rgb(76,62,26); }
H1.HeaderClassName
{
color: #4C3E1A;
}
.AnyTagClassName
{
color: #4C3E1A;
}
</style>
background-color css
<style>
a { background-color: #4C3E1A; }
a { background-color: rgb(76,62,26); }
div.DivClassName
{
background-color: #4C3E1A;
}
.BgClassName
{
background-color: #4C3E1A;
}
</style>
border-color css
<style>
span { border-color: #4C3E1A; }
span { border-color: rgb(76,62,26); }
td.TdClassName
{
border-color: #4C3E1A;
}
.TagClassName
{
border-color: #4C3E1A;
}
</style>