Shades of Punga #50472C
Tints of Punga #50472C
RGB
CMYK
RGB Variations
Color information
#50472C (or 0x50472C) is known color: Punga. HEX triplet: 50, 47 and 2C. RGB value is (80,71,44). Sum of RGB (Red+Green+Blue) = 80+71+44=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50472C is #AFB8D3. Grayscale: #464646. Windows color (decimal): -11516116 or 2901840. OLE color: 2901840.
HSL color Cylindrical-coordinate representation of color #50472C: hue angle of 45º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50472C is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 44 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.69 |
| HSL | 45º | 0.29% | 0.24% | - |
| HSV(B) | 45º | 0.45% | 0.31% | - |
| XYZ | 6.02 | 6.39 | 3.3 | - |
| YUV | 70.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 44 | 0 | 0.11 | 0.45 | 0.69 | 45 | 0.29 | 0.24 |
| Hex | 50 | 47 | 2C | 0 | B | 2D | 45 | 2D | 1D | 18 |
| Octal | 120 | 107 | 54 | 0 | 13 | 55 | 105 | 55 | 35 | 30 |
| Binary | 1010000 | 1000111 | 101100 | 0 | 1011 | 101101 | 1000101 | 101101 | 11101 | 11000 |
Color Harmonies of #50472C
Complementary color
Monochromatic Colors of #50472C
Black with #50472C
Text Example
Text Example
White with #50472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50472C; }
p { color: rgb(80,71,44); }
H1.HeaderClassName
{
color: #50472C;
}
.AnyTagClassName
{
color: #50472C;
}
</style>
background-color css
<style>
a { background-color: #50472C; }
a { background-color: rgb(80,71,44); }
div.DivClassName
{
background-color: #50472C;
}
.BgClassName
{
background-color: #50472C;
}
</style>
border-color css
<style>
span { border-color: #50472C; }
span { border-color: rgb(80,71,44); }
td.TdClassName
{
border-color: #50472C;
}
.TagClassName
{
border-color: #50472C;
}
</style>