Shades of Madras #4C450E
Tints of Madras #4C450E
RGB
CMYK
RGB Variations
Color information
#4C450E (or 0x4C450E) is known color: Madras. HEX triplet: 4C, 45 and 0E. RGB value is (76,69,14). Sum of RGB (Red+Green+Blue) = 76+69+14=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C450E is #B3BAF1. Grayscale: #414141. Windows color (decimal): -11778802 or 935244. OLE color: 935244.
HSL color Cylindrical-coordinate representation of color #4C450E: hue angle of 53.23º 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 #4C450E is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 69 | 14 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.70 |
| HSL | 53.23º | 0.69% | 0.18% | - |
| HSV(B) | 53.23º | 0.82% | 0.3% | - |
| XYZ | 5.19 | 5.82 | 1.27 | - |
| YUV | 64.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 14 | 0 | 0.09 | 0.82 | 0.70 | 53.23 | 0.69 | 0.18 |
| Hex | 4C | 45 | E | 0 | 9 | 52 | 46 | 35 | 45 | 12 |
| Octal | 114 | 105 | 16 | 0 | 11 | 122 | 106 | 65 | 105 | 22 |
| Binary | 1001100 | 1000101 | 1110 | 0 | 1001 | 1010010 | 1000110 | 110101 | 1000101 | 10010 |
Color Harmonies of #4C450E
Complementary color
Monochromatic Colors of #4C450E
Black with #4C450E
Text Example
Text Example
White with #4C450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C450E; }
p { color: rgb(76,69,14); }
H1.HeaderClassName
{
color: #4C450E;
}
.AnyTagClassName
{
color: #4C450E;
}
</style>
background-color css
<style>
a { background-color: #4C450E; }
a { background-color: rgb(76,69,14); }
div.DivClassName
{
background-color: #4C450E;
}
.BgClassName
{
background-color: #4C450E;
}
</style>
border-color css
<style>
span { border-color: #4C450E; }
span { border-color: rgb(76,69,14); }
td.TdClassName
{
border-color: #4C450E;
}
.TagClassName
{
border-color: #4C450E;
}
</style>