Html Css Color HEX #59652F Saratoga

📋 copy color: '#59652F'

red 89 ◦ green 101 ◦ blue 47

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

Shades of Saratoga #59652F

Tints of Saratoga #59652F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 37.55%
G = 42.62%
B = 19.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#59652F (or 0x59652F) is known color: Saratoga. HEX triplet: 59, 65 and 2F. RGB value is (89,101,47). Sum of RGB (Red+Green+Blue) = 89+101+47=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #59652F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59652F is #A69AD0. Grayscale: #5B5B5B. Windows color (decimal): -10918609 or 3106137. OLE color: 3106137.

HSL color Cylindrical-coordinate representation of color #59652F: hue angle of 73.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59652F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 47 -
CMYK 0.12 0 0.53 0.60
HSL 73.33º 0.36% 0.29% -
HSV(B) 73.33º 0.53% 0.4% -
XYZ 9.29 11.64 4.45 -
YUV 91.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 89 101 47 0.12 0 0.53 0.60 73.33 0.36 0.29
Hex 59 65 2F C 0 35 3C 49 24 1D
Octal 131 145 57 14 0 65 74 111 44 35
Binary 1011001 1100101 101111 1100 0 110101 111100 1001001 100100 11101

Color Harmonies of #59652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59652F

Black with #59652F

Text Example


Text Example

White with #59652F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59652F; }

 p { color: rgb(89,101,47); }

 H1.HeaderClassName
 {
   color: #59652F;
 }
 .AnyTagClassName
 {
   color: #59652F;
 }
</style>

background-color css

<style>
 a { background-color: #59652F; }

 a { background-color: rgb(89,101,47); }

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

border-color css

<style>
 span { border-color: #59652F; }

 span { border-color: rgb(89,101,47); }

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