Html Css Color HEX #59504B Saddle

📋 copy color: '#59504B'

red 89 ◦ green 80 ◦ blue 75

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

Shades of Saddle #59504B

Tints of Saddle #59504B

RGB

 RED value IS 89 (35.16% from 255) = 36.48%

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 36.48%
G = 32.79%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59504B (or 0x59504B) is known color: Saddle. HEX triplet: 59, 50 and 4B. RGB value is (89,80,75). Sum of RGB (Red+Green+Blue) = 89+80+75=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #59504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59504B is #A6AFB4. Grayscale: #525252. Windows color (decimal): -10923957 or 4935769. OLE color: 4935769.

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

Color convert

RGB 89 80 75 -
CMYK 0 0.10 0.16 0.65
HSL 21.43º 0.09% 0.32% -
HSV(B) 21.43º 0.16% 0.35% -
XYZ 8.26 8.37 7.84 -
YUV 82.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 89 80 75 0 0.10 0.16 0.65 21.43 0.09 0.32
Hex 59 50 4B 0 A 10 41 15 9 20
Octal 131 120 113 0 12 20 101 25 11 40
Binary 1011001 1010000 1001011 0 1010 10000 1000001 10101 1001 100000

Color Harmonies of #59504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59504B

Black with #59504B

Text Example


Text Example

White with #59504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59504B;
 }
 .AnyTagClassName
 {
   color: #59504B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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