Shades of Madras #4F440B
Tints of Madras #4F440B
RGB
CMYK
RGB Variations
Color information
#4F440B (or 0x4F440B) is known color: Madras. HEX triplet: 4F, 44 and 0B. RGB value is (79,68,11). Sum of RGB (Red+Green+Blue) = 79+68+11=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F440B is #B0BBF4. Grayscale: #414141. Windows color (decimal): -11582453 or 738383. OLE color: 738383.
HSL color Cylindrical-coordinate representation of color #4F440B: hue angle of 50.29º 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 #4F440B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 68 | 11 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.69 |
| HSL | 50.29º | 0.76% | 0.18% | - |
| HSV(B) | 50.29º | 0.86% | 0.31% | - |
| XYZ | 5.35 | 5.82 | 1.16 | - |
| YUV | 64.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 11 | 0 | 0.14 | 0.86 | 0.69 | 50.29 | 0.76 | 0.18 |
| Hex | 4F | 44 | B | 0 | E | 56 | 45 | 32 | 4C | 12 |
| Octal | 117 | 104 | 13 | 0 | 16 | 126 | 105 | 62 | 114 | 22 |
| Binary | 1001111 | 1000100 | 1011 | 0 | 1110 | 1010110 | 1000101 | 110010 | 1001100 | 10010 |
Color Harmonies of #4F440B
Complementary color
Monochromatic Colors of #4F440B
Black with #4F440B
Text Example
Text Example
White with #4F440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F440B; }
p { color: rgb(79,68,11); }
H1.HeaderClassName
{
color: #4F440B;
}
.AnyTagClassName
{
color: #4F440B;
}
</style>
background-color css
<style>
a { background-color: #4F440B; }
a { background-color: rgb(79,68,11); }
div.DivClassName
{
background-color: #4F440B;
}
.BgClassName
{
background-color: #4F440B;
}
</style>
border-color css
<style>
span { border-color: #4F440B; }
span { border-color: rgb(79,68,11); }
td.TdClassName
{
border-color: #4F440B;
}
.TagClassName
{
border-color: #4F440B;
}
</style>