Shades of Madras #4F450B
Tints of Madras #4F450B
RGB
CMYK
RGB Variations
Color information
#4F450B (or 0x4F450B) is known color: Madras. HEX triplet: 4F, 45 and 0B. RGB value is (79,69,11). Sum of RGB (Red+Green+Blue) = 79+69+11=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F450B is #B0BAF4. Grayscale: #414141. Windows color (decimal): -11582197 or 738639. OLE color: 738639.
HSL color Cylindrical-coordinate representation of color #4F450B: hue angle of 51.18º 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 #4F450B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 11 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.69 |
| HSL | 51.18º | 0.76% | 0.18% | - |
| HSV(B) | 51.18º | 0.86% | 0.31% | - |
| XYZ | 5.41 | 5.94 | 1.18 | - |
| YUV | 65.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 11 | 0 | 0.13 | 0.86 | 0.69 | 51.18 | 0.76 | 0.18 |
| Hex | 4F | 45 | B | 0 | D | 56 | 45 | 33 | 4C | 12 |
| Octal | 117 | 105 | 13 | 0 | 15 | 126 | 105 | 63 | 114 | 22 |
| Binary | 1001111 | 1000101 | 1011 | 0 | 1101 | 1010110 | 1000101 | 110011 | 1001100 | 10010 |
Color Harmonies of #4F450B
Complementary color
Monochromatic Colors of #4F450B
Black with #4F450B
Text Example
Text Example
White with #4F450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F450B; }
p { color: rgb(79,69,11); }
H1.HeaderClassName
{
color: #4F450B;
}
.AnyTagClassName
{
color: #4F450B;
}
</style>
background-color css
<style>
a { background-color: #4F450B; }
a { background-color: rgb(79,69,11); }
div.DivClassName
{
background-color: #4F450B;
}
.BgClassName
{
background-color: #4F450B;
}
</style>
border-color css
<style>
span { border-color: #4F450B; }
span { border-color: rgb(79,69,11); }
td.TdClassName
{
border-color: #4F450B;
}
.TagClassName
{
border-color: #4F450B;
}
</style>