Shades of Madras #4C4317
Tints of Madras #4C4317
RGB
CMYK
RGB Variations
Color information
#4C4317 (or 0x4C4317) is known color: Madras. HEX triplet: 4C, 43 and 17. RGB value is (76,67,23). Sum of RGB (Red+Green+Blue) = 76+67+23=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4317 is #B3BCE8. Grayscale: #404040. Windows color (decimal): -11779305 or 1524556. OLE color: 1524556.
HSL color Cylindrical-coordinate representation of color #4C4317: hue angle of 49.81º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C4317 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 23 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.70 |
| HSL | 49.81º | 0.54% | 0.19% | - |
| HSV(B) | 49.81º | 0.7% | 0.3% | - |
| XYZ | 5.14 | 5.61 | 1.62 | - |
| YUV | 64.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 23 | 0 | 0.12 | 0.70 | 0.70 | 49.81 | 0.54 | 0.19 |
| Hex | 4C | 43 | 17 | 0 | C | 46 | 46 | 32 | 36 | 13 |
| Octal | 114 | 103 | 27 | 0 | 14 | 106 | 106 | 62 | 66 | 23 |
| Binary | 1001100 | 1000011 | 10111 | 0 | 1100 | 1000110 | 1000110 | 110010 | 110110 | 10011 |
Color Harmonies of #4C4317
Complementary color
Monochromatic Colors of #4C4317
Black with #4C4317
Text Example
Text Example
White with #4C4317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4317; }
p { color: rgb(76,67,23); }
H1.HeaderClassName
{
color: #4C4317;
}
.AnyTagClassName
{
color: #4C4317;
}
</style>
background-color css
<style>
a { background-color: #4C4317; }
a { background-color: rgb(76,67,23); }
div.DivClassName
{
background-color: #4C4317;
}
.BgClassName
{
background-color: #4C4317;
}
</style>
border-color css
<style>
span { border-color: #4C4317; }
span { border-color: rgb(76,67,23); }
td.TdClassName
{
border-color: #4C4317;
}
.TagClassName
{
border-color: #4C4317;
}
</style>