Shades of Punga #504834
Tints of Punga #504834
RGB
CMYK
RGB Variations
Color information
#504834 (or 0x504834) is known color: Punga. HEX triplet: 50, 48 and 34. RGB value is (80,72,52). Sum of RGB (Red+Green+Blue) = 80+72+52=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 80 - color contains mainly: red. Hex color #504834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504834 is #AFB7CB. Grayscale: #484848. Windows color (decimal): -11515852 or 3426384. OLE color: 3426384.
HSL color Cylindrical-coordinate representation of color #504834: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504834 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 52 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.69 |
| HSL | 42.86º | 0.21% | 0.26% | - |
| HSV(B) | 42.86º | 0.35% | 0.31% | - |
| XYZ | 6.25 | 6.59 | 4.19 | - |
| YUV | 72.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 52 | 0 | 0.10 | 0.35 | 0.69 | 42.86 | 0.21 | 0.26 |
| Hex | 50 | 48 | 34 | 0 | A | 23 | 45 | 2B | 15 | 1A |
| Octal | 120 | 110 | 64 | 0 | 12 | 43 | 105 | 53 | 25 | 32 |
| Binary | 1010000 | 1001000 | 110100 | 0 | 1010 | 100011 | 1000101 | 101011 | 10101 | 11010 |
Color Harmonies of #504834
Complementary color
Monochromatic Colors of #504834
Black with #504834
Text Example
Text Example
White with #504834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504834; }
p { color: rgb(80,72,52); }
H1.HeaderClassName
{
color: #504834;
}
.AnyTagClassName
{
color: #504834;
}
</style>
background-color css
<style>
a { background-color: #504834; }
a { background-color: rgb(80,72,52); }
div.DivClassName
{
background-color: #504834;
}
.BgClassName
{
background-color: #504834;
}
</style>
border-color css
<style>
span { border-color: #504834; }
span { border-color: rgb(80,72,52); }
td.TdClassName
{
border-color: #504834;
}
.TagClassName
{
border-color: #504834;
}
</style>