Shades of Punga #4D473B
Tints of Punga #4D473B
RGB
CMYK
RGB Variations
Color information
#4D473B (or 0x4D473B) is known color: Punga. HEX triplet: 4D, 47 and 3B. RGB value is (77,71,59). Sum of RGB (Red+Green+Blue) = 77+71+59=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 77 - color contains mainly: red. Hex color #4D473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D473B is #B2B8C4. Grayscale: #474747. Windows color (decimal): -11712709 or 3884877. OLE color: 3884877.
HSL color Cylindrical-coordinate representation of color #4D473B: hue angle of 40º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D473B is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 71 | 59 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.70 |
| HSL | 40º | 0.13% | 0.27% | - |
| HSV(B) | 40º | 0.23% | 0.3% | - |
| XYZ | 6.1 | 6.4 | 5.05 | - |
| YUV | 71.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 59 | 0 | 0.08 | 0.23 | 0.70 | 40 | 0.13 | 0.27 |
| Hex | 4D | 47 | 3B | 0 | 8 | 17 | 46 | 28 | D | 1B |
| Octal | 115 | 107 | 73 | 0 | 10 | 27 | 106 | 50 | 15 | 33 |
| Binary | 1001101 | 1000111 | 111011 | 0 | 1000 | 10111 | 1000110 | 101000 | 1101 | 11011 |
Color Harmonies of #4D473B
Complementary color
Monochromatic Colors of #4D473B
Black with #4D473B
Text Example
Text Example
White with #4D473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D473B; }
p { color: rgb(77,71,59); }
H1.HeaderClassName
{
color: #4D473B;
}
.AnyTagClassName
{
color: #4D473B;
}
</style>
background-color css
<style>
a { background-color: #4D473B; }
a { background-color: rgb(77,71,59); }
div.DivClassName
{
background-color: #4D473B;
}
.BgClassName
{
background-color: #4D473B;
}
</style>
border-color css
<style>
span { border-color: #4D473B; }
span { border-color: rgb(77,71,59); }
td.TdClassName
{
border-color: #4D473B;
}
.TagClassName
{
border-color: #4D473B;
}
</style>