#594C33

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

Shades of Punga #594C33

Tints of Punga #594C33

Color information

#594C33 (or 0x594C33) is unknown color: approx Punga. HEX triplet: 59, 4C and 33. RGB value is (89,76,51). Sum of RGB (Red+Green+Blue) = 89+76+51=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #594C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C33 is #A6B3CC. Grayscale: #4D4D4D. Windows color (decimal): -10925005 or 3361881. OLE color: 3361881.

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

Color convert

RGB897651-
CMYK00.150.430.65
HSL39.47º27.14%27.45%-
HSV(B)39.47º42.7%34.9%-
XYZ7.37.534.2-
YUV77.04113.31136.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.20%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=41.20%
G=35.19%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89765100.150.430.6539.4727.1427.45
Hex594C330F2B41271b1b
Octal1311146301753101473333
Binary101100110011001100110111110101110000011001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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