Shades of Punga #584D37
Tints of Punga #584D37
RGB
CMYK
RGB Variations
Color information
#584D37 (or 0x584D37) is known color: Punga. HEX triplet: 58, 4D and 37. RGB value is (88,77,55). Sum of RGB (Red+Green+Blue) = 88+77+55=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #584D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D37 is #A7B2C8. Grayscale: #4D4D4D. Windows color (decimal): -10990281 or 3624280. OLE color: 3624280.
HSL color Cylindrical-coordinate representation of color #584D37: hue angle of 40º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #584D37 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 55 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.65 |
| HSL | 40º | 0.23% | 0.28% | - |
| HSV(B) | 40º | 0.38% | 0.35% | - |
| XYZ | 7.37 | 7.66 | 4.7 | - |
| YUV | 77.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 55 | 0 | 0.12 | 0.38 | 0.65 | 40 | 0.23 | 0.28 |
| Hex | 58 | 4D | 37 | 0 | C | 26 | 41 | 28 | 17 | 1C |
| Octal | 130 | 115 | 67 | 0 | 14 | 46 | 101 | 50 | 27 | 34 |
| Binary | 1011000 | 1001101 | 110111 | 0 | 1100 | 100110 | 1000001 | 101000 | 10111 | 11100 |
Color Harmonies of #584D37
Complementary color
Monochromatic Colors of #584D37
Black with #584D37
Text Example
Text Example
White with #584D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D37; }
p { color: rgb(88,77,55); }
H1.HeaderClassName
{
color: #584D37;
}
.AnyTagClassName
{
color: #584D37;
}
</style>
background-color css
<style>
a { background-color: #584D37; }
a { background-color: rgb(88,77,55); }
div.DivClassName
{
background-color: #584D37;
}
.BgClassName
{
background-color: #584D37;
}
</style>
border-color css
<style>
span { border-color: #584D37; }
span { border-color: rgb(88,77,55); }
td.TdClassName
{
border-color: #584D37;
}
.TagClassName
{
border-color: #584D37;
}
</style>