Shades of Punga #4F462D
Tints of Punga #4F462D
RGB
CMYK
RGB Variations
Color information
#4F462D (or 0x4F462D) is known color: Punga. HEX triplet: 4F, 46 and 2D. RGB value is (79,70,45). Sum of RGB (Red+Green+Blue) = 79+70+45=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F462D is #B0B9D2. Grayscale: #454545. Windows color (decimal): -11581907 or 2967119. OLE color: 2967119.
HSL color Cylindrical-coordinate representation of color #4F462D: hue angle of 44.12º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F462D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 70 | 45 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.69 |
| HSL | 44.12º | 0.27% | 0.24% | - |
| HSV(B) | 44.12º | 0.43% | 0.31% | - |
| XYZ | 5.89 | 6.23 | 3.38 | - |
| YUV | 69.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 45 | 0 | 0.11 | 0.43 | 0.69 | 44.12 | 0.27 | 0.24 |
| Hex | 4F | 46 | 2D | 0 | B | 2B | 45 | 2C | 1B | 18 |
| Octal | 117 | 106 | 55 | 0 | 13 | 53 | 105 | 54 | 33 | 30 |
| Binary | 1001111 | 1000110 | 101101 | 0 | 1011 | 101011 | 1000101 | 101100 | 11011 | 11000 |
Color Harmonies of #4F462D
Complementary color
Monochromatic Colors of #4F462D
Black with #4F462D
Text Example
Text Example
White with #4F462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F462D; }
p { color: rgb(79,70,45); }
H1.HeaderClassName
{
color: #4F462D;
}
.AnyTagClassName
{
color: #4F462D;
}
</style>
background-color css
<style>
a { background-color: #4F462D; }
a { background-color: rgb(79,70,45); }
div.DivClassName
{
background-color: #4F462D;
}
.BgClassName
{
background-color: #4F462D;
}
</style>
border-color css
<style>
span { border-color: #4F462D; }
span { border-color: rgb(79,70,45); }
td.TdClassName
{
border-color: #4F462D;
}
.TagClassName
{
border-color: #4F462D;
}
</style>