#59492A

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

Shades of Punga #59492A

Tints of Punga #59492A

Color information

#59492A (or 0x59492A) is unknown color: approx Punga. HEX triplet: 59, 49 and 2A. RGB value is (89,73,42). Sum of RGB (Red+Green+Blue) = 89+73+42=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59492A is #A6B6D5. Grayscale: #4A4A4A. Windows color (decimal): -10925782 or 2771289. OLE color: 2771289.

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

Color convert

RGB897342-
CMYK00.180.530.65
HSL39.57º35.88%25.69%-
HSV(B)39.57º52.81%34.9%-
XYZ6.927.063.19-
YUV74.25109.8138.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=43.63%
G=35.78%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89734200.180.530.6539.5735.8825.69
Hex59492A012354128241a
Octal1311115202265101504432
Binary10110011001001101010010010110101100000110100010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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