Shades of Paco #4F3E34
Tints of Paco #4F3E34
RGB
CMYK
RGB Variations
Color information
#4F3E34 (or 0x4F3E34) is known color: Paco. HEX triplet: 4F, 3E and 34. RGB value is (79,62,52). Sum of RGB (Red+Green+Blue) = 79+62+52=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E34 is #B0C1CB. Grayscale: #424242. Windows color (decimal): -11583948 or 3423823. OLE color: 3423823.
HSL color Cylindrical-coordinate representation of color #4F3E34: hue angle of 22.22º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F3E34 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 62 | 52 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.69 |
| HSL | 22.22º | 0.21% | 0.26% | - |
| HSV(B) | 22.22º | 0.34% | 0.31% | - |
| XYZ | 5.57 | 5.36 | 3.99 | - |
| YUV | 65.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 52 | 0 | 0.22 | 0.34 | 0.69 | 22.22 | 0.21 | 0.26 |
| Hex | 4F | 3E | 34 | 0 | 16 | 22 | 45 | 16 | 15 | 1A |
| Octal | 117 | 76 | 64 | 0 | 26 | 42 | 105 | 26 | 25 | 32 |
| Binary | 1001111 | 111110 | 110100 | 0 | 10110 | 100010 | 1000101 | 10110 | 10101 | 11010 |
Color Harmonies of #4F3E34
Complementary color
Monochromatic Colors of #4F3E34
Black with #4F3E34
Text Example
Text Example
White with #4F3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E34; }
p { color: rgb(79,62,52); }
H1.HeaderClassName
{
color: #4F3E34;
}
.AnyTagClassName
{
color: #4F3E34;
}
</style>
background-color css
<style>
a { background-color: #4F3E34; }
a { background-color: rgb(79,62,52); }
div.DivClassName
{
background-color: #4F3E34;
}
.BgClassName
{
background-color: #4F3E34;
}
</style>
border-color css
<style>
span { border-color: #4F3E34; }
span { border-color: rgb(79,62,52); }
td.TdClassName
{
border-color: #4F3E34;
}
.TagClassName
{
border-color: #4F3E34;
}
</style>