Shades of Madras #504022
Tints of Madras #504022
RGB
CMYK
RGB Variations
Color information
#504022 (or 0x504022) is known color: Madras. HEX triplet: 50, 40 and 22. RGB value is (80,64,34). Sum of RGB (Red+Green+Blue) = 80+64+34=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #504022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504022 is #AFBFDD. Grayscale: #414141. Windows color (decimal): -11517918 or 2244688. OLE color: 2244688.
HSL color Cylindrical-coordinate representation of color #504022: hue angle of 39.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504022 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 34 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.69 |
| HSL | 39.13º | 0.4% | 0.22% | - |
| HSV(B) | 39.13º | 0.58% | 0.31% | - |
| XYZ | 5.43 | 5.49 | 2.29 | - |
| YUV | 65.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 34 | 0 | 0.20 | 0.58 | 0.69 | 39.13 | 0.4 | 0.22 |
| Hex | 50 | 40 | 22 | 0 | 14 | 3A | 45 | 27 | 28 | 16 |
| Octal | 120 | 100 | 42 | 0 | 24 | 72 | 105 | 47 | 50 | 26 |
| Binary | 1010000 | 1000000 | 100010 | 0 | 10100 | 111010 | 1000101 | 100111 | 101000 | 10110 |
Color Harmonies of #504022
Complementary color
Monochromatic Colors of #504022
Black with #504022
Text Example
Text Example
White with #504022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504022; }
p { color: rgb(80,64,34); }
H1.HeaderClassName
{
color: #504022;
}
.AnyTagClassName
{
color: #504022;
}
</style>
background-color css
<style>
a { background-color: #504022; }
a { background-color: rgb(80,64,34); }
div.DivClassName
{
background-color: #504022;
}
.BgClassName
{
background-color: #504022;
}
</style>
border-color css
<style>
span { border-color: #504022; }
span { border-color: rgb(80,64,34); }
td.TdClassName
{
border-color: #504022;
}
.TagClassName
{
border-color: #504022;
}
</style>