Shades of Madras #504319
Tints of Madras #504319
RGB
CMYK
RGB Variations
Color information
#504319 (or 0x504319) is known color: Madras. HEX triplet: 50, 43 and 19. RGB value is (80,67,25). Sum of RGB (Red+Green+Blue) = 80+67+25=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #504319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504319 is #AFBCE6. Grayscale: #424242. Windows color (decimal): -11517159 or 1655632. OLE color: 1655632.
HSL color Cylindrical-coordinate representation of color #504319: hue angle of 45.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504319 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 25 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.69 |
| HSL | 45.82º | 0.52% | 0.21% | - |
| HSV(B) | 45.82º | 0.69% | 0.31% | - |
| XYZ | 5.49 | 5.79 | 1.75 | - |
| YUV | 66.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 25 | 0 | 0.16 | 0.69 | 0.69 | 45.82 | 0.52 | 0.21 |
| Hex | 50 | 43 | 19 | 0 | 10 | 45 | 45 | 2E | 34 | 15 |
| Octal | 120 | 103 | 31 | 0 | 20 | 105 | 105 | 56 | 64 | 25 |
| Binary | 1010000 | 1000011 | 11001 | 0 | 10000 | 1000101 | 1000101 | 101110 | 110100 | 10101 |
Color Harmonies of #504319
Complementary color
Monochromatic Colors of #504319
Black with #504319
Text Example
Text Example
White with #504319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504319; }
p { color: rgb(80,67,25); }
H1.HeaderClassName
{
color: #504319;
}
.AnyTagClassName
{
color: #504319;
}
</style>
background-color css
<style>
a { background-color: #504319; }
a { background-color: rgb(80,67,25); }
div.DivClassName
{
background-color: #504319;
}
.BgClassName
{
background-color: #504319;
}
</style>
border-color css
<style>
span { border-color: #504319; }
span { border-color: rgb(80,67,25); }
td.TdClassName
{
border-color: #504319;
}
.TagClassName
{
border-color: #504319;
}
</style>