Shades of Punga #59482C
Tints of Punga #59482C
RGB
CMYK
RGB Variations
Color information
#59482C (or 0x59482C) is known color: Punga. HEX triplet: 59, 48 and 2C. RGB value is (89,72,44). Sum of RGB (Red+Green+Blue) = 89+72+44=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59482C is #A6B7D3. Grayscale: #4A4A4A. Windows color (decimal): -10926036 or 2902105. OLE color: 2902105.
HSL color Cylindrical-coordinate representation of color #59482C: hue angle of 37.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59482C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 72 | 44 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.65 |
| HSL | 37.33º | 0.34% | 0.26% | - |
| HSV(B) | 37.33º | 0.51% | 0.35% | - |
| XYZ | 6.89 | 6.94 | 3.36 | - |
| YUV | 73.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 44 | 0 | 0.19 | 0.51 | 0.65 | 37.33 | 0.34 | 0.26 |
| Hex | 59 | 48 | 2C | 0 | 13 | 33 | 41 | 25 | 22 | 1A |
| Octal | 131 | 110 | 54 | 0 | 23 | 63 | 101 | 45 | 42 | 32 |
| Binary | 1011001 | 1001000 | 101100 | 0 | 10011 | 110011 | 1000001 | 100101 | 100010 | 11010 |
Color Harmonies of #59482C
Complementary color
Monochromatic Colors of #59482C
Black with #59482C
Text Example
Text Example
White with #59482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59482C; }
p { color: rgb(89,72,44); }
H1.HeaderClassName
{
color: #59482C;
}
.AnyTagClassName
{
color: #59482C;
}
</style>
background-color css
<style>
a { background-color: #59482C; }
a { background-color: rgb(89,72,44); }
div.DivClassName
{
background-color: #59482C;
}
.BgClassName
{
background-color: #59482C;
}
</style>
border-color css
<style>
span { border-color: #59482C; }
span { border-color: rgb(89,72,44); }
td.TdClassName
{
border-color: #59482C;
}
.TagClassName
{
border-color: #59482C;
}
</style>