Shades of Punga #504635
Tints of Punga #504635
RGB
CMYK
RGB Variations
Color information
#504635 (or 0x504635) is known color: Punga. HEX triplet: 50, 46 and 35. RGB value is (80,70,53). Sum of RGB (Red+Green+Blue) = 80+70+53=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #504635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504635 is #AFB9CA. Grayscale: #474747. Windows color (decimal): -11516363 or 3491408. OLE color: 3491408.
HSL color Cylindrical-coordinate representation of color #504635: hue angle of 37.78º 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 #504635 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 53 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.69 |
| HSL | 37.78º | 0.2% | 0.26% | - |
| HSV(B) | 37.78º | 0.34% | 0.31% | - |
| XYZ | 6.14 | 6.34 | 4.27 | - |
| YUV | 71.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 53 | 0 | 0.12 | 0.34 | 0.69 | 37.78 | 0.2 | 0.26 |
| Hex | 50 | 46 | 35 | 0 | C | 22 | 45 | 26 | 14 | 1A |
| Octal | 120 | 106 | 65 | 0 | 14 | 42 | 105 | 46 | 24 | 32 |
| Binary | 1010000 | 1000110 | 110101 | 0 | 1100 | 100010 | 1000101 | 100110 | 10100 | 11010 |
Color Harmonies of #504635
Complementary color
Monochromatic Colors of #504635
Black with #504635
Text Example
Text Example
White with #504635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504635; }
p { color: rgb(80,70,53); }
H1.HeaderClassName
{
color: #504635;
}
.AnyTagClassName
{
color: #504635;
}
</style>
background-color css
<style>
a { background-color: #504635; }
a { background-color: rgb(80,70,53); }
div.DivClassName
{
background-color: #504635;
}
.BgClassName
{
background-color: #504635;
}
</style>
border-color css
<style>
span { border-color: #504635; }
span { border-color: rgb(80,70,53); }
td.TdClassName
{
border-color: #504635;
}
.TagClassName
{
border-color: #504635;
}
</style>