Shades of Punga #594A30
Tints of Punga #594A30
RGB
CMYK
RGB Variations
Color information
#594A30 (or 0x594A30) is known color: Punga. HEX triplet: 59, 4A and 30. RGB value is (89,74,48). Sum of RGB (Red+Green+Blue) = 89+74+48=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #594A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A30 is #A6B5CF. Grayscale: #4B4B4B. Windows color (decimal): -10925520 or 3164761. OLE color: 3164761.
HSL color Cylindrical-coordinate representation of color #594A30: hue angle of 38.05º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594A30 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
RGB | 89 | 74 | 48 | - |
CMYK | 0 | 0.17 | 0.46 | 0.65 |
HSL | 38.05º | 0.3% | 0.27% | - |
HSV(B) | 38.05º | 0.46% | 0.35% | - |
XYZ | 7.1 | 7.23 | 3.82 | - |
YUV | 75.52 | 112.47 | 137.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 89 | 74 | 48 | 0 | 0.17 | 0.46 | 0.65 | 38.05 | 0.3 | 0.27 |
Hex | 59 | 4A | 30 | 0 | 11 | 2E | 41 | 26 | 1E | 1B |
Octal | 131 | 112 | 60 | 0 | 21 | 56 | 101 | 46 | 36 | 33 |
Binary | 1011001 | 1001010 | 110000 | 0 | 10001 | 101110 | 1000001 | 100110 | 11110 | 11011 |
Color Harmonies of #594A30
Complementary color
Monochromatic Colors of #594A30
Black with #594A30
Text Example
Text Example
White with #594A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A30; }
p { color: rgb(89,74,48); }
H1.HeaderClassName
{
color: #594A30;
}
.AnyTagClassName
{
color: #594A30;
}
</style>
background-color css
<style>
a { background-color: #594A30; }
a { background-color: rgb(89,74,48); }
div.DivClassName
{
background-color: #594A30;
}
.BgClassName
{
background-color: #594A30;
}
</style>
border-color css
<style>
span { border-color: #594A30; }
span { border-color: rgb(89,74,48); }
td.TdClassName
{
border-color: #594A30;
}
.TagClassName
{
border-color: #594A30;
}
</style>