#594B32

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

Shades of Punga #594B32

Tints of Punga #594B32

Color information

#594B32 (or 0x594B32) is unknown color: approx Punga. HEX triplet: 59, 4B and 32. RGB value is (89,75,50). Sum of RGB (Red+Green+Blue) = 89+75+50=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #594B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B32 is #A6B4CD. Grayscale: #4C4C4C. Windows color (decimal): -10925262 or 3296089. OLE color: 3296089.

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

Color convert

RGB897550-
CMYK00.160.440.65
HSL38.46º28.06%27.25%-
HSV(B)38.46º43.82%34.9%-
XYZ7.217.394.06-
YUV76.34113.14137.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=41.59%
G=35.05%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89755000.160.440.6538.4628.0627.25
Hex594B320102C41261c1b
Octal1311136202054101463433
Binary1011001100101111001001000010110010000011001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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