#59524D

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

Shades of Tundora #59524D

Tints of Tundora #59524D

Color information

#59524D (or 0x59524D) is unknown color: approx Tundora. HEX triplet: 59, 52 and 4D. RGB value is (89,82,77). Sum of RGB (Red+Green+Blue) = 89+82+77=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #59524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59524D is #A6ADB2. Grayscale: #535353. Windows color (decimal): -10923443 or 5067353. OLE color: 5067353.

HSL color Cylindrical-coordinate representation of color #59524D: hue angle of 25º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #59524D is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB898277-
CMYK00.080.130.65
HSL25º7.23%32.55%-
HSV(B)25º13.48%34.9%-
XYZ8.488.698.25-
YUV83.52124.32131.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=35.89%
G=33.06%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89827700.080.130.65257.2332.55
Hex59524D08D4119721
Octal1311221150101510131741
Binary101100110100101001101010001101100000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59524D; }

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

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

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

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

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

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

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

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