Shades of Madras #4F431B
Tints of Madras #4F431B
RGB
CMYK
RGB Variations
Color information
#4F431B (or 0x4F431B) is known color: Madras. HEX triplet: 4F, 43 and 1B. RGB value is (79,67,27). Sum of RGB (Red+Green+Blue) = 79+67+27=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F431B is #B0BCE4. Grayscale: #424242. Windows color (decimal): -11582693 or 1786703. OLE color: 1786703.
HSL color Cylindrical-coordinate representation of color #4F431B: hue angle of 46.15º 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 #4F431B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 27 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.69 |
| HSL | 46.15º | 0.49% | 0.21% | - |
| HSV(B) | 46.15º | 0.66% | 0.31% | - |
| XYZ | 5.43 | 5.76 | 1.86 | - |
| YUV | 66.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 27 | 0 | 0.15 | 0.66 | 0.69 | 46.15 | 0.49 | 0.21 |
| Hex | 4F | 43 | 1B | 0 | F | 42 | 45 | 2E | 31 | 15 |
| Octal | 117 | 103 | 33 | 0 | 17 | 102 | 105 | 56 | 61 | 25 |
| Binary | 1001111 | 1000011 | 11011 | 0 | 1111 | 1000010 | 1000101 | 101110 | 110001 | 10101 |
Color Harmonies of #4F431B
Complementary color
Monochromatic Colors of #4F431B
Black with #4F431B
Text Example
Text Example
White with #4F431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F431B; }
p { color: rgb(79,67,27); }
H1.HeaderClassName
{
color: #4F431B;
}
.AnyTagClassName
{
color: #4F431B;
}
</style>
background-color css
<style>
a { background-color: #4F431B; }
a { background-color: rgb(79,67,27); }
div.DivClassName
{
background-color: #4F431B;
}
.BgClassName
{
background-color: #4F431B;
}
</style>
border-color css
<style>
span { border-color: #4F431B; }
span { border-color: rgb(79,67,27); }
td.TdClassName
{
border-color: #4F431B;
}
.TagClassName
{
border-color: #4F431B;
}
</style>