Shades of Punga #504532
Tints of Punga #504532
RGB
CMYK
RGB Variations
Color information
#504532 (or 0x504532) is known color: Punga. HEX triplet: 50, 45 and 32. RGB value is (80,69,50). Sum of RGB (Red+Green+Blue) = 80+69+50=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504532 is #AFBACD. Grayscale: #464646. Windows color (decimal): -11516622 or 3294544. OLE color: 3294544.
HSL color Cylindrical-coordinate representation of color #504532: hue angle of 38º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504532 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 50 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.69 |
| HSL | 38º | 0.23% | 0.25% | - |
| HSV(B) | 38º | 0.38% | 0.31% | - |
| XYZ | 6.01 | 6.19 | 3.9 | - |
| YUV | 70.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 50 | 0 | 0.14 | 0.37 | 0.69 | 38 | 0.23 | 0.25 |
| Hex | 50 | 45 | 32 | 0 | E | 25 | 45 | 26 | 17 | 19 |
| Octal | 120 | 105 | 62 | 0 | 16 | 45 | 105 | 46 | 27 | 31 |
| Binary | 1010000 | 1000101 | 110010 | 0 | 1110 | 100101 | 1000101 | 100110 | 10111 | 11001 |
Color Harmonies of #504532
Complementary color
Monochromatic Colors of #504532
Black with #504532
Text Example
Text Example
White with #504532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504532; }
p { color: rgb(80,69,50); }
H1.HeaderClassName
{
color: #504532;
}
.AnyTagClassName
{
color: #504532;
}
</style>
background-color css
<style>
a { background-color: #504532; }
a { background-color: rgb(80,69,50); }
div.DivClassName
{
background-color: #504532;
}
.BgClassName
{
background-color: #504532;
}
</style>
border-color css
<style>
span { border-color: #504532; }
span { border-color: rgb(80,69,50); }
td.TdClassName
{
border-color: #504532;
}
.TagClassName
{
border-color: #504532;
}
</style>