Shades of Paco #4F3E38
Tints of Paco #4F3E38
RGB
CMYK
RGB Variations
Color information
#4F3E38 (or 0x4F3E38) is known color: Paco. HEX triplet: 4F, 3E and 38. RGB value is (79,62,56). Sum of RGB (Red+Green+Blue) = 79+62+56=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E38 is #B0C1C7. Grayscale: #424242. Windows color (decimal): -11583944 or 3685967. OLE color: 3685967.
HSL color Cylindrical-coordinate representation of color #4F3E38: hue angle of 15.65º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F3E38 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 62 | 56 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.69 |
| HSL | 15.65º | 0.17% | 0.26% | - |
| HSV(B) | 15.65º | 0.29% | 0.31% | - |
| XYZ | 5.66 | 5.39 | 4.48 | - |
| YUV | 66.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 56 | 0 | 0.22 | 0.29 | 0.69 | 15.65 | 0.17 | 0.26 |
| Hex | 4F | 3E | 38 | 0 | 16 | 1D | 45 | 10 | 11 | 1A |
| Octal | 117 | 76 | 70 | 0 | 26 | 35 | 105 | 20 | 21 | 32 |
| Binary | 1001111 | 111110 | 111000 | 0 | 10110 | 11101 | 1000101 | 10000 | 10001 | 11010 |
Color Harmonies of #4F3E38
Complementary color
Monochromatic Colors of #4F3E38
Black with #4F3E38
Text Example
Text Example
White with #4F3E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E38; }
p { color: rgb(79,62,56); }
H1.HeaderClassName
{
color: #4F3E38;
}
.AnyTagClassName
{
color: #4F3E38;
}
</style>
background-color css
<style>
a { background-color: #4F3E38; }
a { background-color: rgb(79,62,56); }
div.DivClassName
{
background-color: #4F3E38;
}
.BgClassName
{
background-color: #4F3E38;
}
</style>
border-color css
<style>
span { border-color: #4F3E38; }
span { border-color: rgb(79,62,56); }
td.TdClassName
{
border-color: #4F3E38;
}
.TagClassName
{
border-color: #4F3E38;
}
</style>