Shades of Paco #503B2E
Tints of Paco #503B2E
RGB
CMYK
RGB Variations
Color information
#503B2E (or 0x503B2E) is known color: Paco. HEX triplet: 50, 3B and 2E. RGB value is (80,59,46). Sum of RGB (Red+Green+Blue) = 80+59+46=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B2E is #AFC4D1. Grayscale: #3F3F3F. Windows color (decimal): -11519186 or 3029840. OLE color: 3029840.
HSL color Cylindrical-coordinate representation of color #503B2E: hue angle of 22.94º 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 #503B2E is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 46 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.69 |
| HSL | 22.94º | 0.27% | 0.25% | - |
| HSV(B) | 22.94º | 0.43% | 0.31% | - |
| XYZ | 5.37 | 5.03 | 3.27 | - |
| YUV | 63.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 46 | 0 | 0.26 | 0.42 | 0.69 | 22.94 | 0.27 | 0.25 |
| Hex | 50 | 3B | 2E | 0 | 1A | 2A | 45 | 17 | 1B | 19 |
| Octal | 120 | 73 | 56 | 0 | 32 | 52 | 105 | 27 | 33 | 31 |
| Binary | 1010000 | 111011 | 101110 | 0 | 11010 | 101010 | 1000101 | 10111 | 11011 | 11001 |
Color Harmonies of #503B2E
Complementary color
Monochromatic Colors of #503B2E
Black with #503B2E
Text Example
Text Example
White with #503B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B2E; }
p { color: rgb(80,59,46); }
H1.HeaderClassName
{
color: #503B2E;
}
.AnyTagClassName
{
color: #503B2E;
}
</style>
background-color css
<style>
a { background-color: #503B2E; }
a { background-color: rgb(80,59,46); }
div.DivClassName
{
background-color: #503B2E;
}
.BgClassName
{
background-color: #503B2E;
}
</style>
border-color css
<style>
span { border-color: #503B2E; }
span { border-color: rgb(80,59,46); }
td.TdClassName
{
border-color: #503B2E;
}
.TagClassName
{
border-color: #503B2E;
}
</style>