Shades of Paco #4F4035
Tints of Paco #4F4035
RGB
CMYK
RGB Variations
Color information
#4F4035 (or 0x4F4035) is known color: Paco. HEX triplet: 4F, 40 and 35. RGB value is (79,64,53). Sum of RGB (Red+Green+Blue) = 79+64+53=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4035 is #B0BFCA. Grayscale: #434343. Windows color (decimal): -11583435 or 3489871. OLE color: 3489871.
HSL color Cylindrical-coordinate representation of color #4F4035: hue angle of 25.38º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F4035 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 53 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.69 |
| HSL | 25.38º | 0.2% | 0.26% | - |
| HSV(B) | 25.38º | 0.33% | 0.31% | - |
| XYZ | 5.7 | 5.59 | 4.15 | - |
| YUV | 67.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 53 | 0 | 0.19 | 0.33 | 0.69 | 25.38 | 0.2 | 0.26 |
| Hex | 4F | 40 | 35 | 0 | 13 | 21 | 45 | 19 | 14 | 1A |
| Octal | 117 | 100 | 65 | 0 | 23 | 41 | 105 | 31 | 24 | 32 |
| Binary | 1001111 | 1000000 | 110101 | 0 | 10011 | 100001 | 1000101 | 11001 | 10100 | 11010 |
Color Harmonies of #4F4035
Complementary color
Monochromatic Colors of #4F4035
Black with #4F4035
Text Example
Text Example
White with #4F4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4035; }
p { color: rgb(79,64,53); }
H1.HeaderClassName
{
color: #4F4035;
}
.AnyTagClassName
{
color: #4F4035;
}
</style>
background-color css
<style>
a { background-color: #4F4035; }
a { background-color: rgb(79,64,53); }
div.DivClassName
{
background-color: #4F4035;
}
.BgClassName
{
background-color: #4F4035;
}
</style>
border-color css
<style>
span { border-color: #4F4035; }
span { border-color: rgb(79,64,53); }
td.TdClassName
{
border-color: #4F4035;
}
.TagClassName
{
border-color: #4F4035;
}
</style>