Shades of Madras #4C3F04
Tints of Madras #4C3F04
RGB
CMYK
RGB Variations
Color information
#4C3F04 (or 0x4C3F04) is known color: Madras. HEX triplet: 4C, 3F and 04. RGB value is (76,63,4). Sum of RGB (Red+Green+Blue) = 76+63+4=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3F04 is #B3C0FB. Grayscale: #3C3C3C. Windows color (decimal): -11780348 or 278348. OLE color: 278348.
HSL color Cylindrical-coordinate representation of color #4C3F04: hue angle of 49.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C3F04 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 63 | 4 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.70 |
| HSL | 49.17º | 0.9% | 0.16% | - |
| HSV(B) | 49.17º | 0.95% | 0.3% | - |
| XYZ | 4.78 | 5.1 | 0.85 | - |
| YUV | 60.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 4 | 0 | 0.17 | 0.95 | 0.70 | 49.17 | 0.9 | 0.16 |
| Hex | 4C | 3F | 4 | 0 | 11 | 5F | 46 | 31 | 5A | 10 |
| Octal | 114 | 77 | 4 | 0 | 21 | 137 | 106 | 61 | 132 | 20 |
| Binary | 1001100 | 111111 | 100 | 0 | 10001 | 1011111 | 1000110 | 110001 | 1011010 | 10000 |
Color Harmonies of #4C3F04
Complementary color
Monochromatic Colors of #4C3F04
Black with #4C3F04
Text Example
Text Example
White with #4C3F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3F04; }
p { color: rgb(76,63,4); }
H1.HeaderClassName
{
color: #4C3F04;
}
.AnyTagClassName
{
color: #4C3F04;
}
</style>
background-color css
<style>
a { background-color: #4C3F04; }
a { background-color: rgb(76,63,4); }
div.DivClassName
{
background-color: #4C3F04;
}
.BgClassName
{
background-color: #4C3F04;
}
</style>
border-color css
<style>
span { border-color: #4C3F04; }
span { border-color: rgb(76,63,4); }
td.TdClassName
{
border-color: #4C3F04;
}
.TagClassName
{
border-color: #4C3F04;
}
</style>