Shades of Madras #4F4321
Tints of Madras #4F4321
RGB
CMYK
RGB Variations
Color information
#4F4321 (or 0x4F4321) is known color: Madras. HEX triplet: 4F, 43 and 21. RGB value is (79,67,33). Sum of RGB (Red+Green+Blue) = 79+67+33=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4321 is #B0BCDE. Grayscale: #424242. Windows color (decimal): -11582687 or 2179919. OLE color: 2179919.
HSL color Cylindrical-coordinate representation of color #4F4321: hue angle of 44.35º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F4321 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 33 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.69 |
| HSL | 44.35º | 0.41% | 0.22% | - |
| HSV(B) | 44.35º | 0.58% | 0.31% | - |
| XYZ | 5.51 | 5.79 | 2.27 | - |
| YUV | 66.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 33 | 0 | 0.15 | 0.58 | 0.69 | 44.35 | 0.41 | 0.22 |
| Hex | 4F | 43 | 21 | 0 | F | 3A | 45 | 2C | 29 | 16 |
| Octal | 117 | 103 | 41 | 0 | 17 | 72 | 105 | 54 | 51 | 26 |
| Binary | 1001111 | 1000011 | 100001 | 0 | 1111 | 111010 | 1000101 | 101100 | 101001 | 10110 |
Color Harmonies of #4F4321
Complementary color
Monochromatic Colors of #4F4321
Black with #4F4321
Text Example
Text Example
White with #4F4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4321; }
p { color: rgb(79,67,33); }
H1.HeaderClassName
{
color: #4F4321;
}
.AnyTagClassName
{
color: #4F4321;
}
</style>
background-color css
<style>
a { background-color: #4F4321; }
a { background-color: rgb(79,67,33); }
div.DivClassName
{
background-color: #4F4321;
}
.BgClassName
{
background-color: #4F4321;
}
</style>
border-color css
<style>
span { border-color: #4F4321; }
span { border-color: rgb(79,67,33); }
td.TdClassName
{
border-color: #4F4321;
}
.TagClassName
{
border-color: #4F4321;
}
</style>