#594C30

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

Shades of Punga #594C30

Tints of Punga #594C30

Color information

#594C30 (or 0x594C30) is unknown color: approx Punga. HEX triplet: 59, 4C and 30. RGB value is (89,76,48). Sum of RGB (Red+Green+Blue) = 89+76+48=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #594C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C30 is #A6B3CF. Grayscale: #4C4C4C. Windows color (decimal): -10925008 or 3165273. OLE color: 3165273.

HSL color Cylindrical-coordinate representation of color #594C30: hue angle of 40.98º 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 #594C30 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB897648-
CMYK00.150.460.65
HSL40.98º29.93%26.86%-
HSV(B)40.98º46.07%34.9%-
XYZ7.247.513.86-
YUV76.69111.81136.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=41.78%
G=35.68%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89764800.150.460.6540.9829.9326.86
Hex594C300F2E41291e1b
Octal1311146001756101513633
Binary101100110011001100000111110111010000011010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594C30; }

 p { color: rgb(89,76,48); }

 H1.HeaderClassName
 {
   color: #594C30;
 }
 .AnyTagClassName
 {
   color: #594C30;
 }
</style>
background-color css

<style>
 a { background-color: #594C30; }

 a { background-color: rgb(89,76,48); }

 div.DivClassName
 {
   background-color: #594C30;
 }
 .BgClassName
 {
   background-color: #594C30;
 }
</style>
border-color css

<style>
 span { border-color: #594C30; }

 span { border-color: rgb(89,76,48); }

 td.TdClassName
 {
   border-color: #594C30;
 }
 .TagClassName
 {
   border-color: #594C30;
 }
</style>