Shades of Madras #504421
Tints of Madras #504421
RGB
CMYK
RGB Variations
Color information
#504421 (or 0x504421) is known color: Madras. HEX triplet: 50, 44 and 21. RGB value is (80,68,33). Sum of RGB (Red+Green+Blue) = 80+68+33=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #504421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504421 is #AFBBDE. Grayscale: #434343. Windows color (decimal): -11516895 or 2180176. OLE color: 2180176.
HSL color Cylindrical-coordinate representation of color #504421: hue angle of 44.68º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504421 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 33 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.69 |
| HSL | 44.68º | 0.42% | 0.22% | - |
| HSV(B) | 44.68º | 0.59% | 0.31% | - |
| XYZ | 5.65 | 5.95 | 2.29 | - |
| YUV | 67.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 33 | 0 | 0.15 | 0.59 | 0.69 | 44.68 | 0.42 | 0.22 |
| Hex | 50 | 44 | 21 | 0 | F | 3B | 45 | 2D | 2A | 16 |
| Octal | 120 | 104 | 41 | 0 | 17 | 73 | 105 | 55 | 52 | 26 |
| Binary | 1010000 | 1000100 | 100001 | 0 | 1111 | 111011 | 1000101 | 101101 | 101010 | 10110 |
Color Harmonies of #504421
Complementary color
Monochromatic Colors of #504421
Black with #504421
Text Example
Text Example
White with #504421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504421; }
p { color: rgb(80,68,33); }
H1.HeaderClassName
{
color: #504421;
}
.AnyTagClassName
{
color: #504421;
}
</style>
background-color css
<style>
a { background-color: #504421; }
a { background-color: rgb(80,68,33); }
div.DivClassName
{
background-color: #504421;
}
.BgClassName
{
background-color: #504421;
}
</style>
border-color css
<style>
span { border-color: #504421; }
span { border-color: rgb(80,68,33); }
td.TdClassName
{
border-color: #504421;
}
.TagClassName
{
border-color: #504421;
}
</style>