Shades of Punga #584D36
Tints of Punga #584D36
RGB
CMYK
RGB Variations
Color information
#584D36 (or 0x584D36) is known color: Punga. HEX triplet: 58, 4D and 36. RGB value is (88,77,54). Sum of RGB (Red+Green+Blue) = 88+77+54=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #584D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D36 is #A7B2C9. Grayscale: #4D4D4D. Windows color (decimal): -10990282 or 3558744. OLE color: 3558744.
HSL color Cylindrical-coordinate representation of color #584D36: hue angle of 40.59º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #584D36 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 54 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.65 |
| HSL | 40.59º | 0.24% | 0.28% | - |
| HSV(B) | 40.59º | 0.39% | 0.35% | - |
| XYZ | 7.34 | 7.65 | 4.58 | - |
| YUV | 77.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 54 | 0 | 0.12 | 0.39 | 0.65 | 40.59 | 0.24 | 0.28 |
| Hex | 58 | 4D | 36 | 0 | C | 27 | 41 | 29 | 18 | 1C |
| Octal | 130 | 115 | 66 | 0 | 14 | 47 | 101 | 51 | 30 | 34 |
| Binary | 1011000 | 1001101 | 110110 | 0 | 1100 | 100111 | 1000001 | 101001 | 11000 | 11100 |
Color Harmonies of #584D36
Complementary color
Monochromatic Colors of #584D36
Black with #584D36
Text Example
Text Example
White with #584D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D36; }
p { color: rgb(88,77,54); }
H1.HeaderClassName
{
color: #584D36;
}
.AnyTagClassName
{
color: #584D36;
}
</style>
background-color css
<style>
a { background-color: #584D36; }
a { background-color: rgb(88,77,54); }
div.DivClassName
{
background-color: #584D36;
}
.BgClassName
{
background-color: #584D36;
}
</style>
border-color css
<style>
span { border-color: #584D36; }
span { border-color: rgb(88,77,54); }
td.TdClassName
{
border-color: #584D36;
}
.TagClassName
{
border-color: #584D36;
}
</style>