Shades of Madras #4F3C08
Tints of Madras #4F3C08
RGB
CMYK
RGB Variations
Color information
#4F3C08 (or 0x4F3C08) is known color: Madras. HEX triplet: 4F, 3C and 08. RGB value is (79,60,8). Sum of RGB (Red+Green+Blue) = 79+60+8=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3C08 is #B0C3F7. Grayscale: #3B3B3B. Windows color (decimal): -11584504 or 539727. OLE color: 539727.
HSL color Cylindrical-coordinate representation of color #4F3C08: hue angle of 43.94º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F3C08 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 8 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.69 |
| HSL | 43.94º | 0.82% | 0.17% | - |
| HSV(B) | 43.94º | 0.9% | 0.31% | - |
| XYZ | 4.88 | 4.91 | 0.92 | - |
| YUV | 59.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 8 | 0 | 0.24 | 0.90 | 0.69 | 43.94 | 0.82 | 0.17 |
| Hex | 4F | 3C | 8 | 0 | 18 | 5A | 45 | 2C | 52 | 11 |
| Octal | 117 | 74 | 10 | 0 | 30 | 132 | 105 | 54 | 122 | 21 |
| Binary | 1001111 | 111100 | 1000 | 0 | 11000 | 1011010 | 1000101 | 101100 | 1010010 | 10001 |
Color Harmonies of #4F3C08
Complementary color
Monochromatic Colors of #4F3C08
Black with #4F3C08
Text Example
Text Example
White with #4F3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C08; }
p { color: rgb(79,60,8); }
H1.HeaderClassName
{
color: #4F3C08;
}
.AnyTagClassName
{
color: #4F3C08;
}
</style>
background-color css
<style>
a { background-color: #4F3C08; }
a { background-color: rgb(79,60,8); }
div.DivClassName
{
background-color: #4F3C08;
}
.BgClassName
{
background-color: #4F3C08;
}
</style>
border-color css
<style>
span { border-color: #4F3C08; }
span { border-color: rgb(79,60,8); }
td.TdClassName
{
border-color: #4F3C08;
}
.TagClassName
{
border-color: #4F3C08;
}
</style>