#59514C

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

Shades of Tundora #59514C

Tints of Tundora #59514C

Color information

#59514C (or 0x59514C) is unknown color: approx Tundora. HEX triplet: 59, 51 and 4C. RGB value is (89,81,76). Sum of RGB (Red+Green+Blue) = 89+81+76=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 89 - color contains mainly: red. Hex color #59514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59514C is #A6AEB3. Grayscale: #525252. Windows color (decimal): -10923700 or 5001561. OLE color: 5001561.

HSL color Cylindrical-coordinate representation of color #59514C: hue angle of 23.08º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #59514C is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB898176-
CMYK00.090.150.65
HSL23.08º7.88%32.35%-
HSV(B)23.08º14.61%34.9%-
XYZ8.378.538.04-
YUV82.82124.15132.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.18%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=36.18%
G=32.93%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89817600.090.150.6523.087.8832.35
Hex59514C09F4117820
Octal13112111401117101271040
Binary1011001101000110011000100111111000001101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59514C; }

 p { color: rgb(89,81,76); }

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

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

 a { background-color: rgb(89,81,76); }

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

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

 span { border-color: rgb(89,81,76); }

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