Shades of Madras #4F421B
Tints of Madras #4F421B
RGB
CMYK
RGB Variations
Color information
#4F421B (or 0x4F421B) is known color: Madras. HEX triplet: 4F, 42 and 1B. RGB value is (79,66,27). Sum of RGB (Red+Green+Blue) = 79+66+27=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F421B is #B0BDE4. Grayscale: #414141. Windows color (decimal): -11582949 or 1786447. OLE color: 1786447.
HSL color Cylindrical-coordinate representation of color #4F421B: hue angle of 45º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F421B is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 66 | 27 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.69 |
| HSL | 45º | 0.49% | 0.21% | - |
| HSV(B) | 45º | 0.66% | 0.31% | - |
| XYZ | 5.37 | 5.64 | 1.84 | - |
| YUV | 65.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 27 | 0 | 0.16 | 0.66 | 0.69 | 45 | 0.49 | 0.21 |
| Hex | 4F | 42 | 1B | 0 | 10 | 42 | 45 | 2D | 31 | 15 |
| Octal | 117 | 102 | 33 | 0 | 20 | 102 | 105 | 55 | 61 | 25 |
| Binary | 1001111 | 1000010 | 11011 | 0 | 10000 | 1000010 | 1000101 | 101101 | 110001 | 10101 |
Color Harmonies of #4F421B
Complementary color
Monochromatic Colors of #4F421B
Black with #4F421B
Text Example
Text Example
White with #4F421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F421B; }
p { color: rgb(79,66,27); }
H1.HeaderClassName
{
color: #4F421B;
}
.AnyTagClassName
{
color: #4F421B;
}
</style>
background-color css
<style>
a { background-color: #4F421B; }
a { background-color: rgb(79,66,27); }
div.DivClassName
{
background-color: #4F421B;
}
.BgClassName
{
background-color: #4F421B;
}
</style>
border-color css
<style>
span { border-color: #4F421B; }
span { border-color: rgb(79,66,27); }
td.TdClassName
{
border-color: #4F421B;
}
.TagClassName
{
border-color: #4F421B;
}
</style>