Shades of Madras #4C481E
Tints of Madras #4C481E
RGB
CMYK
RGB Variations
Color information
#4C481E (or 0x4C481E) is known color: Madras. HEX triplet: 4C, 48 and 1E. RGB value is (76,72,30). Sum of RGB (Red+Green+Blue) = 76+72+30=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C481E is #B3B7E1. Grayscale: #444444. Windows color (decimal): -11778018 or 1984588. OLE color: 1984588.
HSL color Cylindrical-coordinate representation of color #4C481E: hue angle of 54.78º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C481E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 30 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.70 |
| HSL | 54.78º | 0.43% | 0.21% | - |
| HSV(B) | 54.78º | 0.61% | 0.3% | - |
| XYZ | 5.53 | 6.26 | 2.15 | - |
| YUV | 68.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 30 | 0 | 0.05 | 0.61 | 0.70 | 54.78 | 0.43 | 0.21 |
| Hex | 4C | 48 | 1E | 0 | 5 | 3D | 46 | 37 | 2B | 15 |
| Octal | 114 | 110 | 36 | 0 | 5 | 75 | 106 | 67 | 53 | 25 |
| Binary | 1001100 | 1001000 | 11110 | 0 | 101 | 111101 | 1000110 | 110111 | 101011 | 10101 |
Color Harmonies of #4C481E
Complementary color
Monochromatic Colors of #4C481E
Black with #4C481E
Text Example
Text Example
White with #4C481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C481E; }
p { color: rgb(76,72,30); }
H1.HeaderClassName
{
color: #4C481E;
}
.AnyTagClassName
{
color: #4C481E;
}
</style>
background-color css
<style>
a { background-color: #4C481E; }
a { background-color: rgb(76,72,30); }
div.DivClassName
{
background-color: #4C481E;
}
.BgClassName
{
background-color: #4C481E;
}
</style>
border-color css
<style>
span { border-color: #4C481E; }
span { border-color: rgb(76,72,30); }
td.TdClassName
{
border-color: #4C481E;
}
.TagClassName
{
border-color: #4C481E;
}
</style>