Html Css Color HEX #59504A Saddle

📋 copy color: '#59504A'

red 89 ◦ green 80 ◦ blue 74

#59504A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle #59504A

Tints of Saddle #59504A

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.3% from 255) = 30.45%

R = 36.63%
G = 32.92%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59504A (or 0x59504A) is known color: 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

RGB 89 80 74 -
CMYK 0 0.10 0.17 0.65
HSL 24º 0.09% 0.32% -
HSV(B) 24º 0.17% 0.35% -
XYZ 8.22 8.36 7.66 -
YUV 82.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 89 80 74 0 0.10 0.17 0.65 24 0.09 0.32
Hex 59 50 4A 0 A 11 41 18 9 20
Octal 131 120 112 0 12 21 101 30 11 40
Binary 1011001 1010000 1001010 0 1010 10001 1000001 11000 1001 100000

Color Harmonies of #59504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59504A

Black with #59504A

Text Example


Text Example

White with #59504A

Text Example


Text Example

HTML Codes & Css Web 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>