Shades of Punga #584B31
Tints of Punga #584B31
RGB
CMYK
RGB Variations
Color information
#584B31 (or 0x584B31) is known color: Punga. HEX triplet: 58, 4B and 31. RGB value is (88,75,49). Sum of RGB (Red+Green+Blue) = 88+75+49=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #584B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B31 is #A7B4CE. Grayscale: #4C4C4C. Windows color (decimal): -10990799 or 3230552. OLE color: 3230552.
HSL color Cylindrical-coordinate representation of color #584B31: hue angle of 40º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #584B31 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 49 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.65 |
| HSL | 40º | 0.28% | 0.27% | - |
| HSV(B) | 40º | 0.44% | 0.35% | - |
| XYZ | 7.09 | 7.33 | 3.95 | - |
| YUV | 75.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 49 | 0 | 0.15 | 0.44 | 0.65 | 40 | 0.28 | 0.27 |
| Hex | 58 | 4B | 31 | 0 | F | 2C | 41 | 28 | 1C | 1B |
| Octal | 130 | 113 | 61 | 0 | 17 | 54 | 101 | 50 | 34 | 33 |
| Binary | 1011000 | 1001011 | 110001 | 0 | 1111 | 101100 | 1000001 | 101000 | 11100 | 11011 |
Color Harmonies of #584B31
Complementary color
Monochromatic Colors of #584B31
Black with #584B31
Text Example
Text Example
White with #584B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B31; }
p { color: rgb(88,75,49); }
H1.HeaderClassName
{
color: #584B31;
}
.AnyTagClassName
{
color: #584B31;
}
</style>
background-color css
<style>
a { background-color: #584B31; }
a { background-color: rgb(88,75,49); }
div.DivClassName
{
background-color: #584B31;
}
.BgClassName
{
background-color: #584B31;
}
</style>
border-color css
<style>
span { border-color: #584B31; }
span { border-color: rgb(88,75,49); }
td.TdClassName
{
border-color: #584B31;
}
.TagClassName
{
border-color: #584B31;
}
</style>