Shades of Punga #50442E
Tints of Punga #50442E
RGB
CMYK
RGB Variations
Color information
#50442E (or 0x50442E) is known color: Punga. HEX triplet: 50, 44 and 2E. RGB value is (80,68,46). Sum of RGB (Red+Green+Blue) = 80+68+46=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50442E is #AFBBD1. Grayscale: #454545. Windows color (decimal): -11516882 or 3032144. OLE color: 3032144.
HSL color Cylindrical-coordinate representation of color #50442E: hue angle of 38.82º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50442E is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 46 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.69 |
| HSL | 38.82º | 0.27% | 0.25% | - |
| HSV(B) | 38.82º | 0.43% | 0.31% | - |
| XYZ | 5.87 | 6.04 | 3.44 | - |
| YUV | 69.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 46 | 0 | 0.15 | 0.42 | 0.69 | 38.82 | 0.27 | 0.25 |
| Hex | 50 | 44 | 2E | 0 | F | 2A | 45 | 27 | 1B | 19 |
| Octal | 120 | 104 | 56 | 0 | 17 | 52 | 105 | 47 | 33 | 31 |
| Binary | 1010000 | 1000100 | 101110 | 0 | 1111 | 101010 | 1000101 | 100111 | 11011 | 11001 |
Color Harmonies of #50442E
Complementary color
Monochromatic Colors of #50442E
Black with #50442E
Text Example
Text Example
White with #50442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50442E; }
p { color: rgb(80,68,46); }
H1.HeaderClassName
{
color: #50442E;
}
.AnyTagClassName
{
color: #50442E;
}
</style>
background-color css
<style>
a { background-color: #50442E; }
a { background-color: rgb(80,68,46); }
div.DivClassName
{
background-color: #50442E;
}
.BgClassName
{
background-color: #50442E;
}
</style>
border-color css
<style>
span { border-color: #50442E; }
span { border-color: rgb(80,68,46); }
td.TdClassName
{
border-color: #50442E;
}
.TagClassName
{
border-color: #50442E;
}
</style>