Shades of Madras #4F430B
Tints of Madras #4F430B
RGB
CMYK
RGB Variations
Color information
#4F430B (or 0x4F430B) is known color: Madras. HEX triplet: 4F, 43 and 0B. RGB value is (79,67,11). Sum of RGB (Red+Green+Blue) = 79+67+11=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F430B is #B0BCF4. Grayscale: #404040. Windows color (decimal): -11582709 or 738127. OLE color: 738127.
HSL color Cylindrical-coordinate representation of color #4F430B: hue angle of 49.41º 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 #4F430B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 11 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.69 |
| HSL | 49.41º | 0.76% | 0.18% | - |
| HSV(B) | 49.41º | 0.86% | 0.31% | - |
| XYZ | 5.29 | 5.7 | 1.14 | - |
| YUV | 64.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 11 | 0 | 0.15 | 0.86 | 0.69 | 49.41 | 0.76 | 0.18 |
| Hex | 4F | 43 | B | 0 | F | 56 | 45 | 31 | 4C | 12 |
| Octal | 117 | 103 | 13 | 0 | 17 | 126 | 105 | 61 | 114 | 22 |
| Binary | 1001111 | 1000011 | 1011 | 0 | 1111 | 1010110 | 1000101 | 110001 | 1001100 | 10010 |
Color Harmonies of #4F430B
Complementary color
Monochromatic Colors of #4F430B
Black with #4F430B
Text Example
Text Example
White with #4F430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F430B; }
p { color: rgb(79,67,11); }
H1.HeaderClassName
{
color: #4F430B;
}
.AnyTagClassName
{
color: #4F430B;
}
</style>
background-color css
<style>
a { background-color: #4F430B; }
a { background-color: rgb(79,67,11); }
div.DivClassName
{
background-color: #4F430B;
}
.BgClassName
{
background-color: #4F430B;
}
</style>
border-color css
<style>
span { border-color: #4F430B; }
span { border-color: rgb(79,67,11); }
td.TdClassName
{
border-color: #4F430B;
}
.TagClassName
{
border-color: #4F430B;
}
</style>