Shades of Punga #584B2E
Tints of Punga #584B2E
RGB
CMYK
RGB Variations
Color information
#584B2E (or 0x584B2E) is known color: Punga. HEX triplet: 58, 4B and 2E. RGB value is (88,75,46). Sum of RGB (Red+Green+Blue) = 88+75+46=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #584B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B2E is #A7B4D1. Grayscale: #4B4B4B. Windows color (decimal): -10990802 or 3033944. OLE color: 3033944.
HSL color Cylindrical-coordinate representation of color #584B2E: hue angle of 41.43º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #584B2E is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 46 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.65 |
| HSL | 41.43º | 0.31% | 0.26% | - |
| HSV(B) | 41.43º | 0.48% | 0.35% | - |
| XYZ | 7.03 | 7.3 | 3.62 | - |
| YUV | 75.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 46 | 0 | 0.15 | 0.48 | 0.65 | 41.43 | 0.31 | 0.26 |
| Hex | 58 | 4B | 2E | 0 | F | 30 | 41 | 29 | 1F | 1A |
| Octal | 130 | 113 | 56 | 0 | 17 | 60 | 101 | 51 | 37 | 32 |
| Binary | 1011000 | 1001011 | 101110 | 0 | 1111 | 110000 | 1000001 | 101001 | 11111 | 11010 |
Color Harmonies of #584B2E
Complementary color
Monochromatic Colors of #584B2E
Black with #584B2E
Text Example
Text Example
White with #584B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B2E; }
p { color: rgb(88,75,46); }
H1.HeaderClassName
{
color: #584B2E;
}
.AnyTagClassName
{
color: #584B2E;
}
</style>
background-color css
<style>
a { background-color: #584B2E; }
a { background-color: rgb(88,75,46); }
div.DivClassName
{
background-color: #584B2E;
}
.BgClassName
{
background-color: #584B2E;
}
</style>
border-color css
<style>
span { border-color: #584B2E; }
span { border-color: rgb(88,75,46); }
td.TdClassName
{
border-color: #584B2E;
}
.TagClassName
{
border-color: #584B2E;
}
</style>