Shades of Punga #50462D
Tints of Punga #50462D
RGB
CMYK
RGB Variations
Color information
#50462D (or 0x50462D) is known color: Punga. HEX triplet: 50, 46 and 2D. RGB value is (80,70,45). Sum of RGB (Red+Green+Blue) = 80+70+45=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50462D is #AFB9D2. Grayscale: #464646. Windows color (decimal): -11516371 or 2967120. OLE color: 2967120.
HSL color Cylindrical-coordinate representation of color #50462D: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50462D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 45 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.69 |
| HSL | 42.86º | 0.28% | 0.25% | - |
| HSV(B) | 42.86º | 0.44% | 0.31% | - |
| XYZ | 5.97 | 6.28 | 3.38 | - |
| YUV | 70.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 45 | 0 | 0.12 | 0.44 | 0.69 | 42.86 | 0.28 | 0.25 |
| Hex | 50 | 46 | 2D | 0 | C | 2C | 45 | 2B | 1C | 19 |
| Octal | 120 | 106 | 55 | 0 | 14 | 54 | 105 | 53 | 34 | 31 |
| Binary | 1010000 | 1000110 | 101101 | 0 | 1100 | 101100 | 1000101 | 101011 | 11100 | 11001 |
Color Harmonies of #50462D
Complementary color
Monochromatic Colors of #50462D
Black with #50462D
Text Example
Text Example
White with #50462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50462D; }
p { color: rgb(80,70,45); }
H1.HeaderClassName
{
color: #50462D;
}
.AnyTagClassName
{
color: #50462D;
}
</style>
background-color css
<style>
a { background-color: #50462D; }
a { background-color: rgb(80,70,45); }
div.DivClassName
{
background-color: #50462D;
}
.BgClassName
{
background-color: #50462D;
}
</style>
border-color css
<style>
span { border-color: #50462D; }
span { border-color: rgb(80,70,45); }
td.TdClassName
{
border-color: #50462D;
}
.TagClassName
{
border-color: #50462D;
}
</style>