Shades of Jon #503A3E
Tints of Jon #503A3E
RGB
CMYK
RGB Variations
Color information
#503A3E (or 0x503A3E) is known color: Jon. HEX triplet: 50, 3A and 3E. RGB value is (80,58,62). Sum of RGB (Red+Green+Blue) = 80+58+62=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A3E is #AFC5C1. Grayscale: #414141. Windows color (decimal): -11519426 or 4078160. OLE color: 4078160.
HSL color Cylindrical-coordinate representation of color #503A3E: hue angle of 349.09º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503A3E is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 62 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.69 |
| HSL | 349.09º | 0.16% | 0.27% | - |
| HSV(B) | 349.09º | 0.28% | 0.31% | - |
| XYZ | 5.69 | 5.08 | 5.24 | - |
| YUV | 65.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 62 | 0 | 0.28 | 0.22 | 0.69 | 349.09 | 0.16 | 0.27 |
| Hex | 50 | 3A | 3E | 0 | 1C | 16 | 45 | 15D | 10 | 1B |
| Octal | 120 | 72 | 76 | 0 | 34 | 26 | 105 | 535 | 20 | 33 |
| Binary | 1010000 | 111010 | 111110 | 0 | 11100 | 10110 | 1000101 | 101011101 | 10000 | 11011 |
Color Harmonies of #503A3E
Complementary color
Monochromatic Colors of #503A3E
Black with #503A3E
Text Example
Text Example
White with #503A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A3E; }
p { color: rgb(80,58,62); }
H1.HeaderClassName
{
color: #503A3E;
}
.AnyTagClassName
{
color: #503A3E;
}
</style>
background-color css
<style>
a { background-color: #503A3E; }
a { background-color: rgb(80,58,62); }
div.DivClassName
{
background-color: #503A3E;
}
.BgClassName
{
background-color: #503A3E;
}
</style>
border-color css
<style>
span { border-color: #503A3E; }
span { border-color: rgb(80,58,62); }
td.TdClassName
{
border-color: #503A3E;
}
.TagClassName
{
border-color: #503A3E;
}
</style>