#594D35

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

Shades of Punga #594D35

Tints of Punga #594D35

Color information

#594D35 (or 0x594D35) is unknown color: approx Punga. HEX triplet: 59, 4D and 35. RGB value is (89,77,53). Sum of RGB (Red+Green+Blue) = 89+77+53=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #594D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D35 is #A6B2CA. Grayscale: #4D4D4D. Windows color (decimal): -10924747 or 3493209. OLE color: 3493209.

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

Color convert

RGB897753-
CMYK00.130.400.65
HSL40º25.35%27.84%-
HSV(B)40º40.45%34.9%-
XYZ7.427.694.46-
YUV77.85113.98135.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=40.64%
G=35.16%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89775300.130.400.654025.3527.84
Hex594D350D284128191c
Octal1311156501550101503134
Binary101100110011011101010110110100010000011010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,77,53); }

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

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

 a { background-color: rgb(89,77,53); }

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

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

 span { border-color: rgb(89,77,53); }

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