Shades of Madras #4F3D05
Tints of Madras #4F3D05
RGB
CMYK
RGB Variations
Color information
#4F3D05 (or 0x4F3D05) is known color: Madras. HEX triplet: 4F, 3D and 05. RGB value is (79,61,5). Sum of RGB (Red+Green+Blue) = 79+61+5=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3D05 is #B0C2FA. Grayscale: #3C3C3C. Windows color (decimal): -11584251 or 343375. OLE color: 343375.
HSL color Cylindrical-coordinate representation of color #4F3D05: hue angle of 45.41º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F3D05 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 61 | 5 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.69 |
| HSL | 45.41º | 0.88% | 0.16% | - |
| HSV(B) | 45.41º | 0.94% | 0.31% | - |
| XYZ | 4.92 | 5.01 | 0.85 | - |
| YUV | 60 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 5 | 0 | 0.23 | 0.94 | 0.69 | 45.41 | 0.88 | 0.16 |
| Hex | 4F | 3D | 5 | 0 | 17 | 5E | 45 | 2D | 58 | 10 |
| Octal | 117 | 75 | 5 | 0 | 27 | 136 | 105 | 55 | 130 | 20 |
| Binary | 1001111 | 111101 | 101 | 0 | 10111 | 1011110 | 1000101 | 101101 | 1011000 | 10000 |
Color Harmonies of #4F3D05
Complementary color
Monochromatic Colors of #4F3D05
Black with #4F3D05
Text Example
Text Example
White with #4F3D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3D05; }
p { color: rgb(79,61,5); }
H1.HeaderClassName
{
color: #4F3D05;
}
.AnyTagClassName
{
color: #4F3D05;
}
</style>
background-color css
<style>
a { background-color: #4F3D05; }
a { background-color: rgb(79,61,5); }
div.DivClassName
{
background-color: #4F3D05;
}
.BgClassName
{
background-color: #4F3D05;
}
</style>
border-color css
<style>
span { border-color: #4F3D05; }
span { border-color: rgb(79,61,5); }
td.TdClassName
{
border-color: #4F3D05;
}
.TagClassName
{
border-color: #4F3D05;
}
</style>