Shades of Punga #584B30
Tints of Punga #584B30
RGB
CMYK
RGB Variations
Color information
#584B30 (or 0x584B30) is known color: Punga. HEX triplet: 58, 4B and 30. RGB value is (88,75,48). Sum of RGB (Red+Green+Blue) = 88+75+48=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #584B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B30 is #A7B4CF. Grayscale: #4B4B4B. Windows color (decimal): -10990800 or 3165016. OLE color: 3165016.
HSL color Cylindrical-coordinate representation of color #584B30: hue angle of 40.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584B30 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 48 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.65 |
| HSL | 40.5º | 0.29% | 0.27% | - |
| HSV(B) | 40.5º | 0.45% | 0.35% | - |
| XYZ | 7.07 | 7.32 | 3.84 | - |
| YUV | 75.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 48 | 0 | 0.15 | 0.45 | 0.65 | 40.5 | 0.29 | 0.27 |
| Hex | 58 | 4B | 30 | 0 | F | 2D | 41 | 28 | 1D | 1B |
| Octal | 130 | 113 | 60 | 0 | 17 | 55 | 101 | 50 | 35 | 33 |
| Binary | 1011000 | 1001011 | 110000 | 0 | 1111 | 101101 | 1000001 | 101000 | 11101 | 11011 |
Color Harmonies of #584B30
Complementary color
Monochromatic Colors of #584B30
Black with #584B30
Text Example
Text Example
White with #584B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B30; }
p { color: rgb(88,75,48); }
H1.HeaderClassName
{
color: #584B30;
}
.AnyTagClassName
{
color: #584B30;
}
</style>
background-color css
<style>
a { background-color: #584B30; }
a { background-color: rgb(88,75,48); }
div.DivClassName
{
background-color: #584B30;
}
.BgClassName
{
background-color: #584B30;
}
</style>
border-color css
<style>
span { border-color: #584B30; }
span { border-color: rgb(88,75,48); }
td.TdClassName
{
border-color: #584B30;
}
.TagClassName
{
border-color: #584B30;
}
</style>