#594C32

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

Shades of Punga #594C32

Tints of Punga #594C32

Color information

#594C32 (or 0x594C32) is unknown color: approx Punga. HEX triplet: 59, 4C and 32. RGB value is (89,76,50). Sum of RGB (Red+Green+Blue) = 89+76+50=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #594C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C32 is #A6B3CD. Grayscale: #4D4D4D. Windows color (decimal): -10925006 or 3296345. OLE color: 3296345.

HSL color Cylindrical-coordinate representation of color #594C32: hue angle of 40º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594C32 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB897650-
CMYK00.150.440.65
HSL40º28.06%27.25%-
HSV(B)40º43.82%34.9%-
XYZ7.287.524.09-
YUV76.92112.81136.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=41.40%
G=35.35%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89765000.150.440.654028.0627.25
Hex594C320F2C41281c1b
Octal1311146201754101503433
Binary101100110011001100100111110110010000011010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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