Shades of Madras #4F460B
Tints of Madras #4F460B
RGB
CMYK
RGB Variations
Color information
#4F460B (or 0x4F460B) is known color: Madras. HEX triplet: 4F, 46 and 0B. RGB value is (79,70,11). Sum of RGB (Red+Green+Blue) = 79+70+11=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F460B is #B0B9F4. Grayscale: #424242. Windows color (decimal): -11581941 or 738895. OLE color: 738895.
HSL color Cylindrical-coordinate representation of color #4F460B: hue angle of 52.06º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F460B is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 11 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.69 |
| HSL | 52.06º | 0.76% | 0.18% | - |
| HSV(B) | 52.06º | 0.86% | 0.31% | - |
| XYZ | 5.48 | 6.07 | 1.2 | - |
| YUV | 65.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 11 | 0 | 0.11 | 0.86 | 0.69 | 52.06 | 0.76 | 0.18 |
| Hex | 4F | 46 | B | 0 | B | 56 | 45 | 34 | 4C | 12 |
| Octal | 117 | 106 | 13 | 0 | 13 | 126 | 105 | 64 | 114 | 22 |
| Binary | 1001111 | 1000110 | 1011 | 0 | 1011 | 1010110 | 1000101 | 110100 | 1001100 | 10010 |
Color Harmonies of #4F460B
Complementary color
Monochromatic Colors of #4F460B
Black with #4F460B
Text Example
Text Example
White with #4F460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F460B; }
p { color: rgb(79,70,11); }
H1.HeaderClassName
{
color: #4F460B;
}
.AnyTagClassName
{
color: #4F460B;
}
</style>
background-color css
<style>
a { background-color: #4F460B; }
a { background-color: rgb(79,70,11); }
div.DivClassName
{
background-color: #4F460B;
}
.BgClassName
{
background-color: #4F460B;
}
</style>
border-color css
<style>
span { border-color: #4F460B; }
span { border-color: rgb(79,70,11); }
td.TdClassName
{
border-color: #4F460B;
}
.TagClassName
{
border-color: #4F460B;
}
</style>