#59504A

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

Shades of Saddle #59504A

Tints of Saddle #59504A

Color information

#59504A (or 0x59504A) is unknown color: approx Saddle. HEX triplet: 59, 50 and 4A. RGB value is (89,80,74). Sum of RGB (Red+Green+Blue) = 89+80+74=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #59504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59504A is #A6AFB5. Grayscale: #525252. Windows color (decimal): -10923958 or 4870233. OLE color: 4870233.

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

Color convert

RGB898074-
CMYK00.100.170.65
HSL24º9.2%31.96%-
HSV(B)24º16.85%34.9%-
XYZ8.228.367.66-
YUV82.01123.48132.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.63%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=36.63%
G=32.92%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89807400.100.170.65249.231.96
Hex59504A0A114118920
Octal13112011201221101301140
Binary10110011010000100101001010100011000001110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,80,74); }

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

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

 a { background-color: rgb(89,80,74); }

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

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

 span { border-color: rgb(89,80,74); }

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