#594A30

Color #594A30 Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #594A30

Tints of Punga #594A30

Color information

#594A30 (or 0x594A30) is unknown color: approx 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

RGB897448-
CMYK00.170.460.65
HSL38.05º29.93%26.86%-
HSV(B)38.05º46.07%34.9%-
XYZ7.17.233.82-
YUV75.52112.47137.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=42.18%
G=35.07%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89744800.170.460.6538.0529.9326.86
Hex594A300112E41261e1b
Octal1311126002156101463633
Binary1011001100101011000001000110111010000011001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>