Shades of Punga #504935
Tints of Punga #504935
RGB
CMYK
RGB Variations
Color information
#504935 (or 0x504935) is known color: Punga. HEX triplet: 50, 49 and 35. RGB value is (80,73,53). Sum of RGB (Red+Green+Blue) = 80+73+53=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #504935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504935 is #AFB6CA. Grayscale: #484848. Windows color (decimal): -11515595 or 3492176. OLE color: 3492176.
HSL color Cylindrical-coordinate representation of color #504935: hue angle of 44.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504935 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 73 | 53 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.69 |
| HSL | 44.44º | 0.2% | 0.26% | - |
| HSV(B) | 44.44º | 0.34% | 0.31% | - |
| XYZ | 6.33 | 6.73 | 4.33 | - |
| YUV | 72.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 53 | 0 | 0.09 | 0.34 | 0.69 | 44.44 | 0.2 | 0.26 |
| Hex | 50 | 49 | 35 | 0 | 9 | 22 | 45 | 2C | 14 | 1A |
| Octal | 120 | 111 | 65 | 0 | 11 | 42 | 105 | 54 | 24 | 32 |
| Binary | 1010000 | 1001001 | 110101 | 0 | 1001 | 100010 | 1000101 | 101100 | 10100 | 11010 |
Color Harmonies of #504935
Complementary color
Monochromatic Colors of #504935
Black with #504935
Text Example
Text Example
White with #504935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504935; }
p { color: rgb(80,73,53); }
H1.HeaderClassName
{
color: #504935;
}
.AnyTagClassName
{
color: #504935;
}
</style>
background-color css
<style>
a { background-color: #504935; }
a { background-color: rgb(80,73,53); }
div.DivClassName
{
background-color: #504935;
}
.BgClassName
{
background-color: #504935;
}
</style>
border-color css
<style>
span { border-color: #504935; }
span { border-color: rgb(80,73,53); }
td.TdClassName
{
border-color: #504935;
}
.TagClassName
{
border-color: #504935;
}
</style>