Shades of Paco #4F3A2F
Tints of Paco #4F3A2F
RGB
CMYK
RGB Variations
Color information
#4F3A2F (or 0x4F3A2F) is known color: Paco. HEX triplet: 4F, 3A and 2F. RGB value is (79,58,47). Sum of RGB (Red+Green+Blue) = 79+58+47=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A2F is #B0C5D0. Grayscale: #3F3F3F. Windows color (decimal): -11584977 or 3095119. OLE color: 3095119.
HSL color Cylindrical-coordinate representation of color #4F3A2F: hue angle of 20.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F3A2F is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 47 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.69 |
| HSL | 20.63º | 0.25% | 0.25% | - |
| HSV(B) | 20.63º | 0.41% | 0.31% | - |
| XYZ | 5.25 | 4.89 | 3.36 | - |
| YUV | 63.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 47 | 0 | 0.27 | 0.41 | 0.69 | 20.63 | 0.25 | 0.25 |
| Hex | 4F | 3A | 2F | 0 | 1B | 29 | 45 | 15 | 19 | 19 |
| Octal | 117 | 72 | 57 | 0 | 33 | 51 | 105 | 25 | 31 | 31 |
| Binary | 1001111 | 111010 | 101111 | 0 | 11011 | 101001 | 1000101 | 10101 | 11001 | 11001 |
Color Harmonies of #4F3A2F
Complementary color
Monochromatic Colors of #4F3A2F
Black with #4F3A2F
Text Example
Text Example
White with #4F3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A2F; }
p { color: rgb(79,58,47); }
H1.HeaderClassName
{
color: #4F3A2F;
}
.AnyTagClassName
{
color: #4F3A2F;
}
</style>
background-color css
<style>
a { background-color: #4F3A2F; }
a { background-color: rgb(79,58,47); }
div.DivClassName
{
background-color: #4F3A2F;
}
.BgClassName
{
background-color: #4F3A2F;
}
</style>
border-color css
<style>
span { border-color: #4F3A2F; }
span { border-color: rgb(79,58,47); }
td.TdClassName
{
border-color: #4F3A2F;
}
.TagClassName
{
border-color: #4F3A2F;
}
</style>