#59492E

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

Shades of Punga #59492E

Tints of Punga #59492E

Color information

#59492E (or 0x59492E) is unknown color: approx Punga. HEX triplet: 59, 49 and 2E. RGB value is (89,73,46). Sum of RGB (Red+Green+Blue) = 89+73+46=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59492E is #A6B6D1. Grayscale: #4A4A4A. Windows color (decimal): -10925778 or 3033433. OLE color: 3033433.

HSL color Cylindrical-coordinate representation of color #59492E: hue angle of 37.67º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59492E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB897346-
CMYK00.180.480.65
HSL37.67º31.85%26.47%-
HSV(B)37.67º48.31%34.9%-
XYZ77.093.58-
YUV74.71111.8138.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=42.79%
G=35.10%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89734600.180.480.6537.6731.8526.47
Hex59492E012304126201a
Octal1311115602260101464032
Binary10110011001001101110010010110000100000110011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59492E; }

 p { color: rgb(89,73,46); }

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

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

 a { background-color: rgb(89,73,46); }

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

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

 span { border-color: rgb(89,73,46); }

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