Shades of Madras #4F461D
Tints of Madras #4F461D
RGB
CMYK
RGB Variations
Color information
#4F461D (or 0x4F461D) is known color: Madras. HEX triplet: 4F, 46 and 1D. RGB value is (79,70,29). Sum of RGB (Red+Green+Blue) = 79+70+29=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F461D is #B0B9E2. Grayscale: #444444. Windows color (decimal): -11581923 or 1918543. OLE color: 1918543.
HSL color Cylindrical-coordinate representation of color #4F461D: hue angle of 49.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F461D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 29 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.69 |
| HSL | 49.2º | 0.46% | 0.21% | - |
| HSV(B) | 49.2º | 0.63% | 0.31% | - |
| XYZ | 5.64 | 6.13 | 2.05 | - |
| YUV | 68.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 29 | 0 | 0.11 | 0.63 | 0.69 | 49.2 | 0.46 | 0.21 |
| Hex | 4F | 46 | 1D | 0 | B | 3F | 45 | 31 | 2E | 15 |
| Octal | 117 | 106 | 35 | 0 | 13 | 77 | 105 | 61 | 56 | 25 |
| Binary | 1001111 | 1000110 | 11101 | 0 | 1011 | 111111 | 1000101 | 110001 | 101110 | 10101 |
Color Harmonies of #4F461D
Complementary color
Monochromatic Colors of #4F461D
Black with #4F461D
Text Example
Text Example
White with #4F461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F461D; }
p { color: rgb(79,70,29); }
H1.HeaderClassName
{
color: #4F461D;
}
.AnyTagClassName
{
color: #4F461D;
}
</style>
background-color css
<style>
a { background-color: #4F461D; }
a { background-color: rgb(79,70,29); }
div.DivClassName
{
background-color: #4F461D;
}
.BgClassName
{
background-color: #4F461D;
}
</style>
border-color css
<style>
span { border-color: #4F461D; }
span { border-color: rgb(79,70,29); }
td.TdClassName
{
border-color: #4F461D;
}
.TagClassName
{
border-color: #4F461D;
}
</style>