Shades of Madras #4F4103
Tints of Madras #4F4103
RGB
CMYK
RGB Variations
Color information
#4F4103 (or 0x4F4103) is known color: Madras. HEX triplet: 4F, 41 and 03. RGB value is (79,65,3). Sum of RGB (Red+Green+Blue) = 79+65+3=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4103 is #B0BEFC. Grayscale: #3E3E3E. Windows color (decimal): -11583229 or 213327. OLE color: 213327.
HSL color Cylindrical-coordinate representation of color #4F4103: hue angle of 48.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F4103 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 3 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.69 |
| HSL | 48.95º | 0.93% | 0.16% | - |
| HSV(B) | 48.95º | 0.96% | 0.31% | - |
| XYZ | 5.13 | 5.45 | 0.87 | - |
| YUV | 62.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 3 | 0 | 0.18 | 0.96 | 0.69 | 48.95 | 0.93 | 0.16 |
| Hex | 4F | 41 | 3 | 0 | 12 | 60 | 45 | 31 | 5D | 10 |
| Octal | 117 | 101 | 3 | 0 | 22 | 140 | 105 | 61 | 135 | 20 |
| Binary | 1001111 | 1000001 | 11 | 0 | 10010 | 1100000 | 1000101 | 110001 | 1011101 | 10000 |
Color Harmonies of #4F4103
Complementary color
Monochromatic Colors of #4F4103
Black with #4F4103
Text Example
Text Example
White with #4F4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4103; }
p { color: rgb(79,65,3); }
H1.HeaderClassName
{
color: #4F4103;
}
.AnyTagClassName
{
color: #4F4103;
}
</style>
background-color css
<style>
a { background-color: #4F4103; }
a { background-color: rgb(79,65,3); }
div.DivClassName
{
background-color: #4F4103;
}
.BgClassName
{
background-color: #4F4103;
}
</style>
border-color css
<style>
span { border-color: #4F4103; }
span { border-color: rgb(79,65,3); }
td.TdClassName
{
border-color: #4F4103;
}
.TagClassName
{
border-color: #4F4103;
}
</style>