Shades of Punga #504533
Tints of Punga #504533
RGB
CMYK
RGB Variations
Color information
#504533 (or 0x504533) is known color: Punga. HEX triplet: 50, 45 and 33. RGB value is (80,69,51). Sum of RGB (Red+Green+Blue) = 80+69+51=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504533 is #AFBACC. Grayscale: #464646. Windows color (decimal): -11516621 or 3360080. OLE color: 3360080.
HSL color Cylindrical-coordinate representation of color #504533: hue angle of 37.24º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504533 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 51 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.69 |
| HSL | 37.24º | 0.22% | 0.26% | - |
| HSV(B) | 37.24º | 0.36% | 0.31% | - |
| XYZ | 6.03 | 6.2 | 4.01 | - |
| YUV | 70.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 51 | 0 | 0.14 | 0.36 | 0.69 | 37.24 | 0.22 | 0.26 |
| Hex | 50 | 45 | 33 | 0 | E | 24 | 45 | 25 | 16 | 1A |
| Octal | 120 | 105 | 63 | 0 | 16 | 44 | 105 | 45 | 26 | 32 |
| Binary | 1010000 | 1000101 | 110011 | 0 | 1110 | 100100 | 1000101 | 100101 | 10110 | 11010 |
Color Harmonies of #504533
Complementary color
Monochromatic Colors of #504533
Black with #504533
Text Example
Text Example
White with #504533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504533; }
p { color: rgb(80,69,51); }
H1.HeaderClassName
{
color: #504533;
}
.AnyTagClassName
{
color: #504533;
}
</style>
background-color css
<style>
a { background-color: #504533; }
a { background-color: rgb(80,69,51); }
div.DivClassName
{
background-color: #504533;
}
.BgClassName
{
background-color: #504533;
}
</style>
border-color css
<style>
span { border-color: #504533; }
span { border-color: rgb(80,69,51); }
td.TdClassName
{
border-color: #504533;
}
.TagClassName
{
border-color: #504533;
}
</style>