Shades of Madras #4F421C
Tints of Madras #4F421C
RGB
CMYK
RGB Variations
Color information
#4F421C (or 0x4F421C) is known color: Madras. HEX triplet: 4F, 42 and 1C. RGB value is (79,66,28). Sum of RGB (Red+Green+Blue) = 79+66+28=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F421C is #B0BDE3. Grayscale: #414141. Windows color (decimal): -11582948 or 1851983. OLE color: 1851983.
HSL color Cylindrical-coordinate representation of color #4F421C: hue angle of 44.71º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F421C is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 66 | 28 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.69 |
| HSL | 44.71º | 0.48% | 0.21% | - |
| HSV(B) | 44.71º | 0.65% | 0.31% | - |
| XYZ | 5.38 | 5.64 | 1.9 | - |
| YUV | 65.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 28 | 0 | 0.16 | 0.65 | 0.69 | 44.71 | 0.48 | 0.21 |
| Hex | 4F | 42 | 1C | 0 | 10 | 41 | 45 | 2D | 30 | 15 |
| Octal | 117 | 102 | 34 | 0 | 20 | 101 | 105 | 55 | 60 | 25 |
| Binary | 1001111 | 1000010 | 11100 | 0 | 10000 | 1000001 | 1000101 | 101101 | 110000 | 10101 |
Color Harmonies of #4F421C
Complementary color
Monochromatic Colors of #4F421C
Black with #4F421C
Text Example
Text Example
White with #4F421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F421C; }
p { color: rgb(79,66,28); }
H1.HeaderClassName
{
color: #4F421C;
}
.AnyTagClassName
{
color: #4F421C;
}
</style>
background-color css
<style>
a { background-color: #4F421C; }
a { background-color: rgb(79,66,28); }
div.DivClassName
{
background-color: #4F421C;
}
.BgClassName
{
background-color: #4F421C;
}
</style>
border-color css
<style>
span { border-color: #4F421C; }
span { border-color: rgb(79,66,28); }
td.TdClassName
{
border-color: #4F421C;
}
.TagClassName
{
border-color: #4F421C;
}
</style>