#594728

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

Shades of Punga #594728

Tints of Punga #594728

Color information

#594728 (or 0x594728) is unknown color: approx Punga. HEX triplet: 59, 47 and 28. RGB value is (89,71,40). Sum of RGB (Red+Green+Blue) = 89+71+40=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #594728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594728 is #A6B8D7. Grayscale: #484848. Windows color (decimal): -10926296 or 2639705. OLE color: 2639705.

HSL color Cylindrical-coordinate representation of color #594728: hue angle of 37.96º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594728 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB897140-
CMYK00.200.550.65
HSL37.96º37.98%25.29%-
HSV(B)37.96º55.06%34.9%-
XYZ6.766.782.96-
YUV72.85109.46139.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 40 (16.02% from 255) = 20%
R=44.5%
G=35.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89714000.200.550.6537.9637.9825.29
Hex5947280143741262619
Octal1311075002467101464631
Binary10110011000111101000010100110111100000110011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594728; }

 p { color: rgb(89,71,40); }

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

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

 a { background-color: rgb(89,71,40); }

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

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

 span { border-color: rgb(89,71,40); }

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