Shades of Punga #4F432B
Tints of Punga #4F432B
RGB
CMYK
RGB Variations
Color information
#4F432B (or 0x4F432B) is known color: Punga. HEX triplet: 4F, 43 and 2B. RGB value is (79,67,43). Sum of RGB (Red+Green+Blue) = 79+67+43=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F432B is #B0BCD4. Grayscale: #434343. Windows color (decimal): -11582677 or 2835279. OLE color: 2835279.
HSL color Cylindrical-coordinate representation of color #4F432B: hue angle of 40º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F432B is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 43 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.69 |
| HSL | 40º | 0.3% | 0.24% | - |
| HSV(B) | 40º | 0.46% | 0.31% | - |
| XYZ | 5.67 | 5.85 | 3.12 | - |
| YUV | 67.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 43 | 0 | 0.15 | 0.46 | 0.69 | 40 | 0.3 | 0.24 |
| Hex | 4F | 43 | 2B | 0 | F | 2E | 45 | 28 | 1E | 18 |
| Octal | 117 | 103 | 53 | 0 | 17 | 56 | 105 | 50 | 36 | 30 |
| Binary | 1001111 | 1000011 | 101011 | 0 | 1111 | 101110 | 1000101 | 101000 | 11110 | 11000 |
Color Harmonies of #4F432B
Complementary color
Monochromatic Colors of #4F432B
Black with #4F432B
Text Example
Text Example
White with #4F432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F432B; }
p { color: rgb(79,67,43); }
H1.HeaderClassName
{
color: #4F432B;
}
.AnyTagClassName
{
color: #4F432B;
}
</style>
background-color css
<style>
a { background-color: #4F432B; }
a { background-color: rgb(79,67,43); }
div.DivClassName
{
background-color: #4F432B;
}
.BgClassName
{
background-color: #4F432B;
}
</style>
border-color css
<style>
span { border-color: #4F432B; }
span { border-color: rgb(79,67,43); }
td.TdClassName
{
border-color: #4F432B;
}
.TagClassName
{
border-color: #4F432B;
}
</style>