Shades of Punga #4D4635
Tints of Punga #4D4635
RGB
CMYK
RGB Variations
Color information
#4D4635 (or 0x4D4635) is known color: Punga. HEX triplet: 4D, 46 and 35. RGB value is (77,70,53). Sum of RGB (Red+Green+Blue) = 77+70+53=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4635 is #B2B9CA. Grayscale: #464646. Windows color (decimal): -11712971 or 3491405. OLE color: 3491405.
HSL color Cylindrical-coordinate representation of color #4D4635: hue angle of 42.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D4635 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 70 | 53 | - |
CMYK | 0 | 0.09 | 0.31 | 0.70 |
HSL | 42.5º | 0.18% | 0.25% | - |
HSV(B) | 42.5º | 0.31% | 0.3% | - |
XYZ | 5.89 | 6.22 | 4.26 | - |
YUV | 70.16 | 118.32 | 132.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 70 | 53 | 0 | 0.09 | 0.31 | 0.70 | 42.5 | 0.18 | 0.25 |
Hex | 4D | 46 | 35 | 0 | 9 | 1F | 46 | 2A | 12 | 19 |
Octal | 115 | 106 | 65 | 0 | 11 | 37 | 106 | 52 | 22 | 31 |
Binary | 1001101 | 1000110 | 110101 | 0 | 1001 | 11111 | 1000110 | 101010 | 10010 | 11001 |
Color Harmonies of #4D4635
Complementary color
Monochromatic Colors of #4D4635
Black with #4D4635
Text Example
Text Example
White with #4D4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4635; }
p { color: rgb(77,70,53); }
H1.HeaderClassName
{
color: #4D4635;
}
.AnyTagClassName
{
color: #4D4635;
}
</style>
background-color css
<style>
a { background-color: #4D4635; }
a { background-color: rgb(77,70,53); }
div.DivClassName
{
background-color: #4D4635;
}
.BgClassName
{
background-color: #4D4635;
}
</style>
border-color css
<style>
span { border-color: #4D4635; }
span { border-color: rgb(77,70,53); }
td.TdClassName
{
border-color: #4D4635;
}
.TagClassName
{
border-color: #4D4635;
}
</style>