Shades of Paco #493F3B
Tints of Paco #493F3B
RGB
CMYK
RGB Variations
Color information
#493F3B (or 0x493F3B) is known color: Paco. HEX triplet: 49, 3F and 3B. RGB value is (73,63,59). Sum of RGB (Red+Green+Blue) = 73+63+59=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #493F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F3B is #B6C0C4. Grayscale: #414141. Windows color (decimal): -11976901 or 3882825. OLE color: 3882825.
HSL color Cylindrical-coordinate representation of color #493F3B: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #493F3B is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 59 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.71 |
| HSL | 17.14º | 0.11% | 0.26% | - |
| HSV(B) | 17.14º | 0.19% | 0.29% | - |
| XYZ | 5.31 | 5.29 | 4.88 | - |
| YUV | 65.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 59 | 0 | 0.14 | 0.19 | 0.71 | 17.14 | 0.11 | 0.26 |
| Hex | 49 | 3F | 3B | 0 | E | 13 | 47 | 11 | B | 1A |
| Octal | 111 | 77 | 73 | 0 | 16 | 23 | 107 | 21 | 13 | 32 |
| Binary | 1001001 | 111111 | 111011 | 0 | 1110 | 10011 | 1000111 | 10001 | 1011 | 11010 |
Color Harmonies of #493F3B
Complementary color
Monochromatic Colors of #493F3B
Black with #493F3B
Text Example
Text Example
White with #493F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F3B; }
p { color: rgb(73,63,59); }
H1.HeaderClassName
{
color: #493F3B;
}
.AnyTagClassName
{
color: #493F3B;
}
</style>
background-color css
<style>
a { background-color: #493F3B; }
a { background-color: rgb(73,63,59); }
div.DivClassName
{
background-color: #493F3B;
}
.BgClassName
{
background-color: #493F3B;
}
</style>
border-color css
<style>
span { border-color: #493F3B; }
span { border-color: rgb(73,63,59); }
td.TdClassName
{
border-color: #493F3B;
}
.TagClassName
{
border-color: #493F3B;
}
</style>