Shades of Madras #4F430C
Tints of Madras #4F430C
RGB
CMYK
RGB Variations
Color information
#4F430C (or 0x4F430C) is known color: Madras. HEX triplet: 4F, 43 and 0C. RGB value is (79,67,12). Sum of RGB (Red+Green+Blue) = 79+67+12=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F430C is #B0BCF3. Grayscale: #404040. Windows color (decimal): -11582708 or 803663. OLE color: 803663.
HSL color Cylindrical-coordinate representation of color #4F430C: hue angle of 49.25º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F430C is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 12 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.69 |
| HSL | 49.25º | 0.74% | 0.18% | - |
| HSV(B) | 49.25º | 0.85% | 0.31% | - |
| XYZ | 5.3 | 5.7 | 1.17 | - |
| YUV | 64.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 12 | 0 | 0.15 | 0.85 | 0.69 | 49.25 | 0.74 | 0.18 |
| Hex | 4F | 43 | C | 0 | F | 55 | 45 | 31 | 4A | 12 |
| Octal | 117 | 103 | 14 | 0 | 17 | 125 | 105 | 61 | 112 | 22 |
| Binary | 1001111 | 1000011 | 1100 | 0 | 1111 | 1010101 | 1000101 | 110001 | 1001010 | 10010 |
Color Harmonies of #4F430C
Complementary color
Monochromatic Colors of #4F430C
Black with #4F430C
Text Example
Text Example
White with #4F430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F430C; }
p { color: rgb(79,67,12); }
H1.HeaderClassName
{
color: #4F430C;
}
.AnyTagClassName
{
color: #4F430C;
}
</style>
background-color css
<style>
a { background-color: #4F430C; }
a { background-color: rgb(79,67,12); }
div.DivClassName
{
background-color: #4F430C;
}
.BgClassName
{
background-color: #4F430C;
}
</style>
border-color css
<style>
span { border-color: #4F430C; }
span { border-color: rgb(79,67,12); }
td.TdClassName
{
border-color: #4F430C;
}
.TagClassName
{
border-color: #4F430C;
}
</style>