#594E35

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

Shades of Punga #594E35

Tints of Punga #594E35

Color information

#594E35 (or 0x594E35) is unknown color: approx Punga. HEX triplet: 59, 4E and 35. RGB value is (89,78,53). Sum of RGB (Red+Green+Blue) = 89+78+53=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #594E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E35 is #A6B1CA. Grayscale: #4E4E4E. Windows color (decimal): -10924491 or 3493465. OLE color: 3493465.

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

Color convert

RGB897853-
CMYK00.120.400.65
HSL41.67º25.35%27.84%-
HSV(B)41.67º40.45%34.9%-
XYZ7.497.834.48-
YUV78.44113.64135.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=40.45%
G=35.45%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89785300.120.400.6541.6725.3527.84
Hex594E350C28412a191c
Octal1311166501450101523134
Binary101100110011101101010110010100010000011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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