Shades of Punga #50462B
Tints of Punga #50462B
RGB
CMYK
RGB Variations
Color information
#50462B (or 0x50462B) is known color: Punga. HEX triplet: 50, 46 and 2B. RGB value is (80,70,43). Sum of RGB (Red+Green+Blue) = 80+70+43=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50462B is #AFB9D4. Grayscale: #464646. Windows color (decimal): -11516373 or 2836048. OLE color: 2836048.
HSL color Cylindrical-coordinate representation of color #50462B: hue angle of 43.78º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50462B is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 43 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.69 |
| HSL | 43.78º | 0.3% | 0.24% | - |
| HSV(B) | 43.78º | 0.46% | 0.31% | - |
| XYZ | 5.93 | 6.26 | 3.18 | - |
| YUV | 69.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 43 | 0 | 0.12 | 0.46 | 0.69 | 43.78 | 0.3 | 0.24 |
| Hex | 50 | 46 | 2B | 0 | C | 2E | 45 | 2C | 1E | 18 |
| Octal | 120 | 106 | 53 | 0 | 14 | 56 | 105 | 54 | 36 | 30 |
| Binary | 1010000 | 1000110 | 101011 | 0 | 1100 | 101110 | 1000101 | 101100 | 11110 | 11000 |
Color Harmonies of #50462B
Complementary color
Monochromatic Colors of #50462B
Black with #50462B
Text Example
Text Example
White with #50462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50462B; }
p { color: rgb(80,70,43); }
H1.HeaderClassName
{
color: #50462B;
}
.AnyTagClassName
{
color: #50462B;
}
</style>
background-color css
<style>
a { background-color: #50462B; }
a { background-color: rgb(80,70,43); }
div.DivClassName
{
background-color: #50462B;
}
.BgClassName
{
background-color: #50462B;
}
</style>
border-color css
<style>
span { border-color: #50462B; }
span { border-color: rgb(80,70,43); }
td.TdClassName
{
border-color: #50462B;
}
.TagClassName
{
border-color: #50462B;
}
</style>