Shades of Paco #4F3C31
Tints of Paco #4F3C31
RGB
CMYK
RGB Variations
Color information
#4F3C31 (or 0x4F3C31) is known color: Paco. HEX triplet: 4F, 3C and 31. RGB value is (79,60,49). Sum of RGB (Red+Green+Blue) = 79+60+49=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C31 is #B0C3CE. Grayscale: #404040. Windows color (decimal): -11584463 or 3226703. OLE color: 3226703.
HSL color Cylindrical-coordinate representation of color #4F3C31: hue angle of 22º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F3C31 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 49 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.69 |
| HSL | 22º | 0.23% | 0.25% | - |
| HSV(B) | 22º | 0.38% | 0.31% | - |
| XYZ | 5.39 | 5.12 | 3.61 | - |
| YUV | 64.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 49 | 0 | 0.24 | 0.38 | 0.69 | 22 | 0.23 | 0.25 |
| Hex | 4F | 3C | 31 | 0 | 18 | 26 | 45 | 16 | 17 | 19 |
| Octal | 117 | 74 | 61 | 0 | 30 | 46 | 105 | 26 | 27 | 31 |
| Binary | 1001111 | 111100 | 110001 | 0 | 11000 | 100110 | 1000101 | 10110 | 10111 | 11001 |
Color Harmonies of #4F3C31
Complementary color
Monochromatic Colors of #4F3C31
Black with #4F3C31
Text Example
Text Example
White with #4F3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C31; }
p { color: rgb(79,60,49); }
H1.HeaderClassName
{
color: #4F3C31;
}
.AnyTagClassName
{
color: #4F3C31;
}
</style>
background-color css
<style>
a { background-color: #4F3C31; }
a { background-color: rgb(79,60,49); }
div.DivClassName
{
background-color: #4F3C31;
}
.BgClassName
{
background-color: #4F3C31;
}
</style>
border-color css
<style>
span { border-color: #4F3C31; }
span { border-color: rgb(79,60,49); }
td.TdClassName
{
border-color: #4F3C31;
}
.TagClassName
{
border-color: #4F3C31;
}
</style>