Shades of Punga #584A33
Tints of Punga #584A33
RGB
CMYK
RGB Variations
Color information
#584A33 (or 0x584A33) is known color: Punga. HEX triplet: 58, 4A and 33. RGB value is (88,74,51). Sum of RGB (Red+Green+Blue) = 88+74+51=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #584A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A33 is #A7B5CC. Grayscale: #4B4B4B. Windows color (decimal): -10991053 or 3361368. OLE color: 3361368.
HSL color Cylindrical-coordinate representation of color #584A33: hue angle of 37.3º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #584A33 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 51 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.65 |
| HSL | 37.3º | 0.27% | 0.27% | - |
| HSV(B) | 37.3º | 0.42% | 0.35% | - |
| XYZ | 7.07 | 7.21 | 4.15 | - |
| YUV | 75.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 51 | 0 | 0.16 | 0.42 | 0.65 | 37.3 | 0.27 | 0.27 |
| Hex | 58 | 4A | 33 | 0 | 10 | 2A | 41 | 25 | 1B | 1B |
| Octal | 130 | 112 | 63 | 0 | 20 | 52 | 101 | 45 | 33 | 33 |
| Binary | 1011000 | 1001010 | 110011 | 0 | 10000 | 101010 | 1000001 | 100101 | 11011 | 11011 |
Color Harmonies of #584A33
Complementary color
Monochromatic Colors of #584A33
Black with #584A33
Text Example
Text Example
White with #584A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A33; }
p { color: rgb(88,74,51); }
H1.HeaderClassName
{
color: #584A33;
}
.AnyTagClassName
{
color: #584A33;
}
</style>
background-color css
<style>
a { background-color: #584A33; }
a { background-color: rgb(88,74,51); }
div.DivClassName
{
background-color: #584A33;
}
.BgClassName
{
background-color: #584A33;
}
</style>
border-color css
<style>
span { border-color: #584A33; }
span { border-color: rgb(88,74,51); }
td.TdClassName
{
border-color: #584A33;
}
.TagClassName
{
border-color: #584A33;
}
</style>