Shades of Madras #50460C
Tints of Madras #50460C
RGB
CMYK
RGB Variations
Color information
#50460C (or 0x50460C) is known color: Madras. HEX triplet: 50, 46 and 0C. RGB value is (80,70,12). Sum of RGB (Red+Green+Blue) = 80+70+12=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50460C is #AFB9F3. Grayscale: #424242. Windows color (decimal): -11516404 or 804432. OLE color: 804432.
HSL color Cylindrical-coordinate representation of color #50460C: hue angle of 51.18º 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 #50460C is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 12 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.69 |
| HSL | 51.18º | 0.74% | 0.18% | - |
| HSV(B) | 51.18º | 0.85% | 0.31% | - |
| XYZ | 5.56 | 6.11 | 1.23 | - |
| YUV | 66.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 12 | 0 | 0.12 | 0.85 | 0.69 | 51.18 | 0.74 | 0.18 |
| Hex | 50 | 46 | C | 0 | C | 55 | 45 | 33 | 4A | 12 |
| Octal | 120 | 106 | 14 | 0 | 14 | 125 | 105 | 63 | 112 | 22 |
| Binary | 1010000 | 1000110 | 1100 | 0 | 1100 | 1010101 | 1000101 | 110011 | 1001010 | 10010 |
Color Harmonies of #50460C
Complementary color
Monochromatic Colors of #50460C
Black with #50460C
Text Example
Text Example
White with #50460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50460C; }
p { color: rgb(80,70,12); }
H1.HeaderClassName
{
color: #50460C;
}
.AnyTagClassName
{
color: #50460C;
}
</style>
background-color css
<style>
a { background-color: #50460C; }
a { background-color: rgb(80,70,12); }
div.DivClassName
{
background-color: #50460C;
}
.BgClassName
{
background-color: #50460C;
}
</style>
border-color css
<style>
span { border-color: #50460C; }
span { border-color: rgb(80,70,12); }
td.TdClassName
{
border-color: #50460C;
}
.TagClassName
{
border-color: #50460C;
}
</style>