Shades of Punga #584E36
Tints of Punga #584E36
RGB
CMYK
RGB Variations
Color information
#584E36 (or 0x584E36) is known color: Punga. HEX triplet: 58, 4E and 36. RGB value is (88,78,54). Sum of RGB (Red+Green+Blue) = 88+78+54=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #584E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E36 is #A7B1C9. Grayscale: #4E4E4E. Windows color (decimal): -10990026 or 3559000. OLE color: 3559000.
HSL color Cylindrical-coordinate representation of color #584E36: hue angle of 42.35º 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 #584E36 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 54 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.65 |
| HSL | 42.35º | 0.24% | 0.28% | - |
| HSV(B) | 42.35º | 0.39% | 0.35% | - |
| XYZ | 7.41 | 7.79 | 4.6 | - |
| YUV | 78.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 54 | 0 | 0.11 | 0.39 | 0.65 | 42.35 | 0.24 | 0.28 |
| Hex | 58 | 4E | 36 | 0 | B | 27 | 41 | 2A | 18 | 1C |
| Octal | 130 | 116 | 66 | 0 | 13 | 47 | 101 | 52 | 30 | 34 |
| Binary | 1011000 | 1001110 | 110110 | 0 | 1011 | 100111 | 1000001 | 101010 | 11000 | 11100 |
Color Harmonies of #584E36
Complementary color
Monochromatic Colors of #584E36
Black with #584E36
Text Example
Text Example
White with #584E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E36; }
p { color: rgb(88,78,54); }
H1.HeaderClassName
{
color: #584E36;
}
.AnyTagClassName
{
color: #584E36;
}
</style>
background-color css
<style>
a { background-color: #584E36; }
a { background-color: rgb(88,78,54); }
div.DivClassName
{
background-color: #584E36;
}
.BgClassName
{
background-color: #584E36;
}
</style>
border-color css
<style>
span { border-color: #584E36; }
span { border-color: rgb(88,78,54); }
td.TdClassName
{
border-color: #584E36;
}
.TagClassName
{
border-color: #584E36;
}
</style>