Shades of Madras #4C3E08
Tints of Madras #4C3E08
RGB
CMYK
RGB Variations
Color information
#4C3E08 (or 0x4C3E08) is known color: Madras. HEX triplet: 4C, 3E and 08. RGB value is (76,62,8). Sum of RGB (Red+Green+Blue) = 76+62+8=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3E08 is #B3C1F7. Grayscale: #3C3C3C. Windows color (decimal): -11780600 or 540236. OLE color: 540236.
HSL color Cylindrical-coordinate representation of color #4C3E08: hue angle of 47.65º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C3E08 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 62 | 8 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.70 |
| HSL | 47.65º | 0.81% | 0.16% | - |
| HSV(B) | 47.65º | 0.89% | 0.3% | - |
| XYZ | 4.75 | 5 | 0.94 | - |
| YUV | 60.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 8 | 0 | 0.18 | 0.89 | 0.70 | 47.65 | 0.81 | 0.16 |
| Hex | 4C | 3E | 8 | 0 | 12 | 59 | 46 | 30 | 51 | 10 |
| Octal | 114 | 76 | 10 | 0 | 22 | 131 | 106 | 60 | 121 | 20 |
| Binary | 1001100 | 111110 | 1000 | 0 | 10010 | 1011001 | 1000110 | 110000 | 1010001 | 10000 |
Color Harmonies of #4C3E08
Complementary color
Monochromatic Colors of #4C3E08
Black with #4C3E08
Text Example
Text Example
White with #4C3E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E08; }
p { color: rgb(76,62,8); }
H1.HeaderClassName
{
color: #4C3E08;
}
.AnyTagClassName
{
color: #4C3E08;
}
</style>
background-color css
<style>
a { background-color: #4C3E08; }
a { background-color: rgb(76,62,8); }
div.DivClassName
{
background-color: #4C3E08;
}
.BgClassName
{
background-color: #4C3E08;
}
</style>
border-color css
<style>
span { border-color: #4C3E08; }
span { border-color: rgb(76,62,8); }
td.TdClassName
{
border-color: #4C3E08;
}
.TagClassName
{
border-color: #4C3E08;
}
</style>