Shades of Madras #4F461A
Tints of Madras #4F461A
RGB
CMYK
RGB Variations
Color information
#4F461A (or 0x4F461A) is known color: Madras. HEX triplet: 4F, 46 and 1A. RGB value is (79,70,26). Sum of RGB (Red+Green+Blue) = 79+70+26=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F461A is #B0B9E5. Grayscale: #434343. Windows color (decimal): -11581926 or 1721935. OLE color: 1721935.
HSL color Cylindrical-coordinate representation of color #4F461A: hue angle of 49.81º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F461A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 26 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.69 |
| HSL | 49.81º | 0.5% | 0.21% | - |
| HSV(B) | 49.81º | 0.67% | 0.31% | - |
| XYZ | 5.6 | 6.12 | 1.86 | - |
| YUV | 67.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 26 | 0 | 0.11 | 0.67 | 0.69 | 49.81 | 0.5 | 0.21 |
| Hex | 4F | 46 | 1A | 0 | B | 43 | 45 | 32 | 32 | 15 |
| Octal | 117 | 106 | 32 | 0 | 13 | 103 | 105 | 62 | 62 | 25 |
| Binary | 1001111 | 1000110 | 11010 | 0 | 1011 | 1000011 | 1000101 | 110010 | 110010 | 10101 |
Color Harmonies of #4F461A
Complementary color
Monochromatic Colors of #4F461A
Black with #4F461A
Text Example
Text Example
White with #4F461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F461A; }
p { color: rgb(79,70,26); }
H1.HeaderClassName
{
color: #4F461A;
}
.AnyTagClassName
{
color: #4F461A;
}
</style>
background-color css
<style>
a { background-color: #4F461A; }
a { background-color: rgb(79,70,26); }
div.DivClassName
{
background-color: #4F461A;
}
.BgClassName
{
background-color: #4F461A;
}
</style>
border-color css
<style>
span { border-color: #4F461A; }
span { border-color: rgb(79,70,26); }
td.TdClassName
{
border-color: #4F461A;
}
.TagClassName
{
border-color: #4F461A;
}
</style>