Shades of Madras #4F3C04
Tints of Madras #4F3C04
RGB
CMYK
RGB Variations
Color information
#4F3C04 (or 0x4F3C04) is known color: Madras. HEX triplet: 4F, 3C and 04. RGB value is (79,60,4). Sum of RGB (Red+Green+Blue) = 79+60+4=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3C04 is #B0C3FB. Grayscale: #3B3B3B. Windows color (decimal): -11584508 or 277583. OLE color: 277583.
HSL color Cylindrical-coordinate representation of color #4F3C04: hue angle of 44.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F3C04 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 4 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.69 |
| HSL | 44.8º | 0.9% | 0.16% | - |
| HSV(B) | 44.8º | 0.95% | 0.31% | - |
| XYZ | 4.86 | 4.9 | 0.8 | - |
| YUV | 59.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 4 | 0 | 0.24 | 0.95 | 0.69 | 44.8 | 0.9 | 0.16 |
| Hex | 4F | 3C | 4 | 0 | 18 | 5F | 45 | 2D | 5A | 10 |
| Octal | 117 | 74 | 4 | 0 | 30 | 137 | 105 | 55 | 132 | 20 |
| Binary | 1001111 | 111100 | 100 | 0 | 11000 | 1011111 | 1000101 | 101101 | 1011010 | 10000 |
Color Harmonies of #4F3C04
Complementary color
Monochromatic Colors of #4F3C04
Black with #4F3C04
Text Example
Text Example
White with #4F3C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C04; }
p { color: rgb(79,60,4); }
H1.HeaderClassName
{
color: #4F3C04;
}
.AnyTagClassName
{
color: #4F3C04;
}
</style>
background-color css
<style>
a { background-color: #4F3C04; }
a { background-color: rgb(79,60,4); }
div.DivClassName
{
background-color: #4F3C04;
}
.BgClassName
{
background-color: #4F3C04;
}
</style>
border-color css
<style>
span { border-color: #4F3C04; }
span { border-color: rgb(79,60,4); }
td.TdClassName
{
border-color: #4F3C04;
}
.TagClassName
{
border-color: #4F3C04;
}
</style>