Shades of Paco #503A2E
Tints of Paco #503A2E
RGB
CMYK
RGB Variations
Color information
#503A2E (or 0x503A2E) is known color: Paco. HEX triplet: 50, 3A and 2E. RGB value is (80,58,46). Sum of RGB (Red+Green+Blue) = 80+58+46=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #503A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A2E is #AFC5D1. Grayscale: #3F3F3F. Windows color (decimal): -11519442 or 3029584. OLE color: 3029584.
HSL color Cylindrical-coordinate representation of color #503A2E: hue angle of 21.18º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #503A2E is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 46 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.69 |
| HSL | 21.18º | 0.27% | 0.25% | - |
| HSV(B) | 21.18º | 0.43% | 0.31% | - |
| XYZ | 5.31 | 4.93 | 3.26 | - |
| YUV | 63.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 46 | 0 | 0.28 | 0.42 | 0.69 | 21.18 | 0.27 | 0.25 |
| Hex | 50 | 3A | 2E | 0 | 1C | 2A | 45 | 15 | 1B | 19 |
| Octal | 120 | 72 | 56 | 0 | 34 | 52 | 105 | 25 | 33 | 31 |
| Binary | 1010000 | 111010 | 101110 | 0 | 11100 | 101010 | 1000101 | 10101 | 11011 | 11001 |
Color Harmonies of #503A2E
Complementary color
Monochromatic Colors of #503A2E
Black with #503A2E
Text Example
Text Example
White with #503A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A2E; }
p { color: rgb(80,58,46); }
H1.HeaderClassName
{
color: #503A2E;
}
.AnyTagClassName
{
color: #503A2E;
}
</style>
background-color css
<style>
a { background-color: #503A2E; }
a { background-color: rgb(80,58,46); }
div.DivClassName
{
background-color: #503A2E;
}
.BgClassName
{
background-color: #503A2E;
}
</style>
border-color css
<style>
span { border-color: #503A2E; }
span { border-color: rgb(80,58,46); }
td.TdClassName
{
border-color: #503A2E;
}
.TagClassName
{
border-color: #503A2E;
}
</style>