Shades of Paco #493D36
Tints of Paco #493D36
RGB
CMYK
RGB Variations
Color information
#493D36 (or 0x493D36) is known color: Paco. HEX triplet: 49, 3D and 36. RGB value is (73,61,54). Sum of RGB (Red+Green+Blue) = 73+61+54=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #493D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D36 is #B6C2C9. Grayscale: #3F3F3F. Windows color (decimal): -11977418 or 3554633. OLE color: 3554633.
HSL color Cylindrical-coordinate representation of color #493D36: hue angle of 22.11º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #493D36 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 54 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.71 |
| HSL | 22.11º | 0.15% | 0.25% | - |
| HSV(B) | 22.11º | 0.26% | 0.29% | - |
| XYZ | 5.08 | 5.02 | 4.19 | - |
| YUV | 63.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 54 | 0 | 0.16 | 0.26 | 0.71 | 22.11 | 0.15 | 0.25 |
| Hex | 49 | 3D | 36 | 0 | 10 | 1A | 47 | 16 | F | 19 |
| Octal | 111 | 75 | 66 | 0 | 20 | 32 | 107 | 26 | 17 | 31 |
| Binary | 1001001 | 111101 | 110110 | 0 | 10000 | 11010 | 1000111 | 10110 | 1111 | 11001 |
Color Harmonies of #493D36
Complementary color
Monochromatic Colors of #493D36
Black with #493D36
Text Example
Text Example
White with #493D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D36; }
p { color: rgb(73,61,54); }
H1.HeaderClassName
{
color: #493D36;
}
.AnyTagClassName
{
color: #493D36;
}
</style>
background-color css
<style>
a { background-color: #493D36; }
a { background-color: rgb(73,61,54); }
div.DivClassName
{
background-color: #493D36;
}
.BgClassName
{
background-color: #493D36;
}
</style>
border-color css
<style>
span { border-color: #493D36; }
span { border-color: rgb(73,61,54); }
td.TdClassName
{
border-color: #493D36;
}
.TagClassName
{
border-color: #493D36;
}
</style>